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

解决nginx中fastcgi(php-fpm)60s超时的问题

时间:2014-07-18 15:17:43      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:io   问题   re   c   php   nginx   

在配置中加上

location ~ .*\.(php|php5)?$ {
 fastcgi_pass 127.0.0.1:9000;
 fastcgi_read_timeout 700;
 fastcgi_index index.php;
 include fastcgi.conf;
 }

解决nginx中fastcgi(php-fpm)60s超时的问题,布布扣,bubuko.com

解决nginx中fastcgi(php-fpm)60s超时的问题

标签:io   问题   re   c   php   nginx   

原文地址:http://www.cnblogs.com/huangye-dream/p/3852378.html

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