Konfiguration gefixt und massiv aufgeräumt

SSL Redirects funktionieren jetzt
This commit is contained in:
kpcyrd 2015-01-31 06:47:41 +00:00
commit d144bc082c
30 changed files with 501 additions and 241 deletions

2
include/ssl.rewrite Normal file
View file

@ -0,0 +1,2 @@
# Generischer Rewrite von HTTP nach HTTPS
rewrite ^ https://$server_name$request_uri? permanent;