Browse Source

add option : fastcgi_read_timeout

Cedric Hansen 2 năm trước cách đây
mục cha
commit
526720dab2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;