Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
49caf8cd69
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja Näytä tiedosto

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

Loading…
Peruuta
Tallenna