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