config/nginx/snippets/redirect-ssl

4 lines
54 B
Plaintext
Raw Permalink Normal View History

2020-02-13 23:01:34 +01:00
location / {
return 301 https://$host$request_uri;
}