SteveLTN / https-portal

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

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

Open ssuhss opened 6 months ago

ssuhss commented 6 months ago

image

How can i solve this error?

second-fiddle-biz commented 2 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"