php curl 502 Bad Gateway最可能的原因?如何处理呢?
回复内容:
php curl 502 Bad Gateway
5本文来源gao!daima.com搞$代!码#网#
搞代gaodaima码
最可能的原因?如何处理呢?
正常访问有没有问题?
php-fpm 超时,看看php的慢日志。
看看这篇文章,分析502与504的区别的
fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
在http节点中加入这三行,能解决502的问题