码迷,mamicode.com
首页 > Web开发 > 详细

nginx+php,502错误

时间:2016-09-05 12:09:17      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

502错误基本就是php进程执行中挂了,其中有个原因就可能是进程执行超时设置导致的比如这个:

; The timeout for serving a single request after which the worker process will
; be killed. This option should be used when the ‘max_execution_time‘ ini option
; does not stop script execution for some reason. A value of ‘0‘ means ‘off‘.
; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
; Default Value: 0
;request_terminate_timeout = 0

 

nginx+php,502错误

标签:

原文地址:http://www.cnblogs.com/anjianliang/p/5841703.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!