소스 검색
Merge pull request #262 from myii/fix/use-upstream-default-worker_connections
fix(map.jinja): use upstream default for `worker_connections`
tags/v2.3.3
Niels Abspoel
5 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
nginx/map.jinja
|
|
@@ -130,7 +130,7 @@ |
|
|
|
'config': { |
|
|
|
'worker_processes': 'auto', |
|
|
|
'events': { |
|
|
|
'worker_connections': 768, |
|
|
|
'worker_connections': 512, |
|
|
|
}, |
|
|
|
'http': { |
|
|
|
'sendfile': 'on', |