2017年6月18日 星期日

nginx reverse proxy

REF: https://www.nginx.com/resources/admin-guide/reverse-proxy/
To disable buffering in a specific location, place the proxy_buffering directive in the location with the off parameter, as follows:
location /some/path/ {
    proxy_buffering off;
    proxy_pass http://localhost:8000;
}

沒有留言:

張貼留言