nginx Basis-Setup
This commit is contained in:
parent
bc297acd18
commit
3c917ce4b2
8 changed files with 117 additions and 69 deletions
12
roles/web-server/base/files/etc/nginx/conf.d/security.conf
Normal file
12
roles/web-server/base/files/etc/nginx/conf.d/security.conf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# ACTHUNG:
|
||||
#
|
||||
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
|
||||
#
|
||||
|
||||
# Global security settings for nginx
|
||||
|
||||
ignore_invalid_headers on;
|
||||
sendfile on;
|
||||
server_name_in_redirect off;
|
||||
server_tokens off;
|
||||
Loading…
Add table
Add a link
Reference in a new issue