Nginx upstream sent too big header while reading response header from upstream

By.

min read

My profile

Share this:
  1. Proxy
  2. PHP

1 Proxy

proxy_buffering on;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;

2 PHP

fastcgi_buffers 16 16k; 
fastcgi_buffer_size 32k;
Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *