nginx Basis-Setup

This commit is contained in:
baldo 2015-11-14 18:48:41 +01:00
commit 3c917ce4b2
8 changed files with 117 additions and 69 deletions

View 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;