Merge pull request #1335 from auhlig/requestbuffering
Configurable proxy_request_buffering per location..
This commit is contained in:
commit
587a3440c5
6 changed files with 47 additions and 19 deletions
|
|
@ -741,6 +741,7 @@ stream {
|
|||
proxy_buffering off;
|
||||
proxy_buffer_size "{{ $location.Proxy.BufferSize }}";
|
||||
proxy_buffers 4 "{{ $location.Proxy.BufferSize }}";
|
||||
proxy_request_buffering "{{ $location.Proxy.RequestBuffering }}";
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue