Disable proxy server buffer changes
This commit is contained in:
parent
e9ab7dcd10
commit
42db221576
2 changed files with 0 additions and 2 deletions
|
@ -13,7 +13,6 @@ proxy_set_header X-Forwarded-For $proxy_protocol_addr;
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
proxy_buffer_size 6m;
|
||||
|
||||
proxy_set_header Transfer-Encoding $http_transfer_encoding;
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
proxy_buffer_size 6m;
|
||||
|
||||
proxy_set_header Transfer-Encoding $http_transfer_encoding;
|
||||
|
||||
|
|
Reference in a new issue