Nginx uwsgi (104: Connection reset by peer) while reading response header from upstream

前端 未结 8 2264
感动是毒
感动是毒 2020-12-12 23:34

Environment is Nginx + uwsgi.

Getting a 502 bad gateway error from Nginx on certain GET requests. Seems to be related to the length of the URL. In our particular cas

8条回答
  •  天命终不由人
    2020-12-13 00:17

    We just need to increase the attribute "output_buffering" value, in php.ini, to a greater value like 65535 or another appropriate value.

提交回复
热议问题