소스 검색

Update default worker_connections to 1024, since that plays nice with default OS configs.

Jeff Geerling 10 년 전
부모
커밋
6f04a8f2ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      defaults/main.yml

+ 1 - 1
defaults/main.yml

@@ -1,6 +1,6 @@
 ---
 nginx_worker_processes: "1"
-nginx_worker_connections: "8192"
+nginx_worker_connections: "1024"
 nginx_client_max_body_size: "64m"
 nginx_keepalive_timeout: "65"
 nginx_remove_default_vhost: false