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;
}
沒有留言:
張貼留言