SteveLTN / https-portal

A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
MIT License
4.48k stars 297 forks source link

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

Open ssuhss opened 10 months ago

ssuhss commented 10 months ago

image

How can i solve this error?

second-fiddle-biz commented 6 months ago

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"