Comments on nginx - upstream sent too big header while reading response header from upstream
You get the following error in the nginx log: 'upstream sent too big header while reading response header from upstream'
3 Comment(s)
Add comment
Comments
By: Dolomats
Thanks, This saved me a lot of time.
By: Prakasa
is that solving your problem ?
By: biforme
In my case fastcgi_buffers 16 16k; and fastcgi_buffer_size 32k; has solved.