Browse Source

Php ngx more worker connections (#4857)

Joan Miquel 6 years ago
parent
commit
36d18300e4
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

@@ -6,7 +6,7 @@ timer_resolution 1000ms;
 daemon off;
 daemon off;
 
 
 events {
 events {
-    worker_connections 16384;
+    worker_connections 65536;
 	multi_accept off;	 
 	multi_accept off;	 
 }
 }