Create nginx.config.cdn.example

This commit is contained in:
tianyu 2015-07-23 10:20:07 +08:00
parent 23b191343e
commit 5bb4f62e15
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
location /downloads/ {
proxy_buffering off;
proxy_pass https://remote.example.com/downloads/;
}