OnlineJudge/deploy/nginx/https_redirect.conf

7 lines
126 B
Plaintext
Raw Normal View History

2018-01-05 01:50:25 +00:00
location /api/judge_server_heartbeat {
include api_proxy.conf;
}
2017-12-15 17:38:44 +00:00
location / {
return 301 https://$host$request_uri;
}