×
Falcon
2023-09-13 08:13
#daily tips# 在使用 php-fpm 的 nginx中 返回502错误: upstream sent too big header while reading response header from upstream 。

需要调整fastcgi相关参数:
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;

https://stackoverflow.com/questions/23844761/upstream-sent-too-big-header-while-reading-response-header-from-upstream
0

暂无评论