Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d547c7f607
commit
096a3e0540
69 changed files with 1650 additions and 0 deletions
16
files/nagios/security.conf
Normal file
16
files/nagios/security.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Managed by Ansible
|
||||
|
||||
ServerTokens Prod
|
||||
ServerSignature Off
|
||||
TraceEnable Off
|
||||
|
||||
<DirectoryMatch "/\.svn">
|
||||
Require all denied
|
||||
</DirectoryMatch>
|
||||
|
||||
<DirectoryMatch "/\.git">
|
||||
Require all denied
|
||||
</DirectoryMatch>
|
||||
|
||||
Header set X-Content-Type-Options: "nosniff"
|
||||
Header set X-Frame-Options: "sameorigin"
|
Loading…
Add table
Add a link
Reference in a new issue