Create nginx.config.cdn.example
This commit is contained in:
parent
23b191343e
commit
5bb4f62e15
|
@ -0,0 +1,4 @@
|
|||
location /downloads/ {
|
||||
proxy_buffering off;
|
||||
proxy_pass https://remote.example.com/downloads/;
|
||||
}
|
Loading…
Reference in New Issue