Преглед изворни кода

Delete rlimit_nofile in nginx config (#4785)

Not necessary
Joan Miquel пре 6 година
родитељ
комит
208165c1bd

+ 1 - 1
frameworks/PHP/kumbiaphp/deploy/nginx.conf

@@ -1,7 +1,7 @@
 user www-data;
 worker_processes  auto;
 error_log stderr error;
-worker_rlimit_nofile 2000000;
+#worker_rlimit_nofile 2000000;
 timer_resolution 1000ms;
 
 events {

+ 1 - 1
frameworks/PHP/php/deploy/nginx-pools.conf

@@ -2,7 +2,7 @@ user www-data;
 worker_processes  auto;
 error_log stderr error;
 timer_resolution 1000ms;
-worker_rlimit_nofile 2000000;
+#worker_rlimit_nofile 2000000;
 pcre_jit on;
 
 events {

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

@@ -2,7 +2,7 @@ user www-data;
 worker_processes  auto;
 error_log stderr error;
 timer_resolution 1000ms;
-worker_rlimit_nofile 2000000;
+#worker_rlimit_nofile 2000000;
 pcre_jit on;
 
 events {

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

@@ -2,7 +2,7 @@ user www-data;
 worker_processes  auto;
 error_log stderr error;
 timer_resolution 1000ms;
-worker_rlimit_nofile 2000000;
+#worker_rlimit_nofile 2000000;
 pcre_jit on;
 
 events {