https-portal icon indicating copy to clipboard operation
https-portal copied to clipboard

[error] 332#332: *26135 Upstream sent too big header while reading response header from upstream

Open michelsilva04 opened this issue 2 years ago • 1 comments

image

How can i solve this error?

michelsilva04 avatar Jan 03 '24 16:01 michelsilva04

I solved the problem by setting the environment variables (PROXY_BUFFERS, PROXY_BUFFER_SIZE) in the Advanced Usage section of the README.

The values ​​I set are below.

PROXY_BUFFERS="8 16k"
PROXY_BUFFER_SIZE="32k"

second-fiddle-biz avatar May 03 '24 22:05 second-fiddle-biz