mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-08 19:01:22 +08:00
Create nginx.config.cdn.example
This commit is contained in:
4
net/youtube/nginx.config.cdn.example
Normal file
4
net/youtube/nginx.config.cdn.example
Normal file
@@ -0,0 +1,4 @@
|
||||
location /downloads/ {
|
||||
proxy_buffering off;
|
||||
proxy_pass https://remote.example.com/downloads/;
|
||||
}
|
Reference in New Issue
Block a user