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

在配置中加上

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

posted @ 2014-07-17 23:08  joy696163  阅读(3177)  评论(0编辑  收藏  举报