mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 16:13:59 +08:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
location ^~ /github {
|
|
proxy_pass http://127.0.0.1:8001/github;
|
|
proxy_buffering off;
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Connection '';
|
|
chunked_transfer_encoding off;
|
|
} |