OnlineJudge/deploy/nginx/https_redirect.conf
2017-12-16 01:39:50 +08:00

3 lines
56 B
Plaintext

location / {
return 301 https://$host$request_uri;
}