소스 검색

Fixed set 'timer_resolution' (#5036)

causing fortune problems
Joan Miquel 6 년 전
부모
커밋
00f2e0732f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 error_log stderr error;
 #worker_rlimit_nofile 100000;
-timer_resolution 1000ms;
+#timer_resolution 1000ms;
 daemon off;
 
 events {