mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-16 01:13:47 +00:00
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
proxy_pass http://backend;
|
|
proxy_set_header X-Real-IP __IP_HEADER__;
|
|
proxy_set_header Host $http_host;
|
|
client_max_body_size 200M;
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Connection ''; |