nginx提示502 页面的解决方法

nginx提示502 页面的解决方法,第1张

nginx提示502 页面的解决方法

例如:
复制代码 代码如下:
    http 
    { 
    ...... 
    fastcgi_connect_timeout 300; 
    fastcgi_send_timeout 300; 
    fastcgi_read_timeout 300; 
    ...... 
    } 
 

也有可能是PHP代码不正确,比如SVN冲突等原因。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/896077.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-14
下一篇 2022-05-14

发表评论

登录后才能评论

评论列表(0条)

保存