Nginx upstream sent too big header while reading response header from upstream
I came accross a very strange issue while deploying a vagrant development box. The application that was shown properly in Safari, but gave a 500 when I opened it with Chrome.
I found the following error:
It says that the response header from fastcgi upstream is too big and Nginx can’t process it. I increased the Nginx buffers to fix this.
You might also have this issue when running Nginx as a proxy, easy to fix:
Thanks for reading
Feel free to leave a comment if you have remarks or like this post