Преглед на файлове
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 години
родител
ревизия
63699c6bff
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', |