mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-19 10:17:00 +08:00
5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
location /downloads/ {
|
|
proxy_buffering off;
|
|
proxy_pass https://remote.example.com/downloads/;
|
|
}
|