configurable proxy-request-buffering per location and fix conectTimeout -> connectTimeout
This commit is contained in:
parent
18ea2f7527
commit
aa191c8c9b
6 changed files with 47 additions and 19 deletions
|
|
@ -740,6 +740,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