瀏覽代碼

add option : fastcgi_read_timeout

Cedric Hansen 2 年之前
父節點
當前提交
526720dab2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      conf/nginx.conf

+ 2 - 0
conf/nginx.conf

@@ -36,6 +36,8 @@ location __PATH__/ {
     #fastcgi_index index.php;
     include fastcgi_params;
 
+	#fastcgi_read_timeout 900;
+
     include /etc/nginx/fastcgi_params;
     fastcgi_intercept_errors on;
     fastcgi_param REMOTE_USER $remote_user;