Update ssl.rewrite

This commit is contained in:
Alexander 2016-11-06 22:58:57 +01:00 committed by GitHub
parent b0d42a931d
commit b4c4875d34

View file

@ -5,4 +5,6 @@
#
# Generischer Rewrite von HTTP nach HTTPS
rewrite ^ https://$server_name$request_uri? permanent;
location / {
return 301 https://$server_name$request_uri;
}