2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 09:00:28 +01:00

remove bad redirect

This commit is contained in:
Frederik Ring 2019-09-12 08:55:11 +02:00
parent c92aa2f1b1
commit fd67a3eaa7

View File

@ -12,9 +12,6 @@ http {
} }
server { server {
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
listen 80; listen 80;
autoindex on; autoindex on;
root /www/data; root /www/data;