Add buffer configuration to external auth location config
This commit is contained in:
parent
bad526bd54
commit
8b6f043fd8
1 changed files with 5 additions and 0 deletions
|
@ -802,6 +802,11 @@ stream {
|
|||
proxy_set_header X-Auth-Request-Redirect $request_uri;
|
||||
{{ end }}
|
||||
|
||||
proxy_buffering "{{ $location.Proxy.ProxyBuffering }}";
|
||||
proxy_buffer_size "{{ $location.Proxy.BufferSize }}";
|
||||
proxy_buffers 4 "{{ $location.Proxy.BufferSize }}";
|
||||
proxy_request_buffering "{{ $location.Proxy.RequestBuffering }}";
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_ssl_server_name on;
|
||||
proxy_pass_request_headers on;
|
||||
|
|
Loading…
Reference in a new issue