mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-17 01:54:52 +00:00
679512e3cc
add ip_header env
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;
|
|
} |