nginx-Setup WIP

This commit is contained in:
baldo 2015-11-14 17:15:39 +01:00
parent 96fa7430e6
commit ed703884ec
33 changed files with 267 additions and 253 deletions
roles/web-server/base/files/etc/nginx/include

View file

@ -0,0 +1,8 @@
#
# ACTHUNG:
#
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
#
# Generischer Rewrite von HTTP nach HTTPS
rewrite ^ https://$server_name$request_uri? permanent;