Browse Source

Set 'php_keepalive' 200 (#5058)

rryqszq4 6 years ago
parent
commit
77308a2387
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php/deploy/nginx_php.conf

+ 1 - 1
frameworks/PHP/php/deploy/nginx_php.conf

@@ -38,7 +38,7 @@ http {
         root /;
         root /;
         index  index.html;
         index  index.html;
 
 
-        php_keepalive 100;
+        php_keepalive 200;
 
 
         location = /hello {
         location = /hello {
             add_header Content-Type text/plain;
             add_header Content-Type text/plain;