소스 검색

[nginx] No need to go nuts with nginx workers

Colin Powell 3 년 전
부모
커밋
c7c503c48d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ansible/roles/nginx/templates/nginx.conf.j2

+ 1 - 1
ansible/roles/nginx/templates/nginx.conf.j2

@@ -1,4 +1,4 @@
-worker_processes auto;
+worker_processes 2;
 events {
     worker_connections  1024;
 }