mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00: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;
|
|
} |