Name Corrected, HTTPS

This commit is contained in:
Allan Nordhøy 2020-05-26 17:43:13 +00:00 committed by Perflyst
parent 11ba3e4cdf
commit d98f35788c

View file

@ -23,6 +23,6 @@ server {
proxy_set_header Connection ""; # to keep alive
}
if ($https = '') { return 301 https://$host$request_uri; } # if not connected to https, perma redirect to https
if ($https = '') { return 301 https://$host$request_uri; } # if not connected to HTTPS, perma redirect to HTTPS
}
```