Ver código fonte

fix(map.jinja): use upstream default for `worker_connections`

* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
tags/v2.3.3
Imran Iqbal 5 anos atrás
pai
commit
49caf8cd69
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja Ver arquivo

@@ -130,7 +130,7 @@
'config': {
'worker_processes': 'auto',
'events': {
'worker_connections': 768,
'worker_connections': 512,
},
'http': {
'sendfile': 'on',

Carregando…
Cancelar
Salvar