Browse Source

Fixed set 'timer_resolution' (#5036)

causing fortune problems
Joan Miquel 6 years ago
parent
commit
00f2e0732f
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

@@ -2,7 +2,7 @@ user www-data;
 worker_processes  auto;
 worker_processes  auto;
 error_log stderr error;
 error_log stderr error;
 #worker_rlimit_nofile 100000;
 #worker_rlimit_nofile 100000;
-timer_resolution 1000ms;
+#timer_resolution 1000ms;
 daemon off;
 daemon off;
 
 
 events {
 events {