fix(map.jinja): use upstream default for worker_connections
* Close #261 * https://nginx.org/en/docs/ngx_core_module.html#worker_connections
This commit is contained in:
parent
facbaa1e39
commit
49caf8cd69
@ -130,7 +130,7 @@
|
|||||||
'config': {
|
'config': {
|
||||||
'worker_processes': 'auto',
|
'worker_processes': 'auto',
|
||||||
'events': {
|
'events': {
|
||||||
'worker_connections': 768,
|
'worker_connections': 512,
|
||||||
},
|
},
|
||||||
'http': {
|
'http': {
|
||||||
'sendfile': 'on',
|
'sendfile': 'on',
|
||||||
|
Loading…
Reference in New Issue
Block a user