This commit is contained in:
Alexander 2016-11-06 21:59:20 +00:00 committed by GitHub
commit cb5320ccc1

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