mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
location /api/judge_server_heartbeat {
|
|
include api_proxy.conf;
|
|
}
|
|
|
|
location / {
|
|
return 301 https://$host$request_uri;
|
|
} |