upstream sent too big header while reading response header from upstream

前端 未结 8 934
醉梦人生
醉梦人生 2020-11-27 09:33

I am getting these kind of errors:

2014/05/24 11:49:06 [error] 8376#0: *54031 upstream sent too big header while reading response header from upstream

8条回答
  •  清酒与你
    2020-11-27 10:05

    This is still the highest SO-question on Google when searching for this error, so let's bump it.

    When getting this error and not wanting to deep-dive into the NGINX settings immediately, you might want to check your outputs to the debug console. In my case I was outputting loads of text to the FirePHP / Chromelogger console, and since this is all sent as a header, it was causing the overflow.

    It might not be needed to change the webserver settings if this error is caused by just sending insane amounts of log messages.

提交回复
热议问题