Change redirect to HTTPS first to make HSTS work sometime

This commit is contained in:
root
2018-03-27 01:00:34 +02:00
parent 69047a611c
commit 3cb8e7ad71

View File

@@ -8,7 +8,7 @@ server {
allow all;
}
location / {
return 302 https://www.fet.at$request_uri;
return 301 https://$host$request_uri;
}
}