Skip to content

Commit 49caf8c

Browse files
committed
fix(map.jinja): use upstream default for worker_connections
* Close saltstack-formulas#261 * https://nginx.org/en/docs/ngx_core_module.html#worker_connections
1 parent facbaa1 commit 49caf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/map.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
'config': {
131131
'worker_processes': 'auto',
132132
'events': {
133-
'worker_connections': 768,
133+
'worker_connections': 512,
134134
},
135135
'http': {
136136
'sendfile': 'on',

0 commit comments

Comments
 (0)