Explorar el Código

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 hace 5 años
padre
commit
49caf8cd69
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja Ver fichero

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

Cargando…
Cancelar
Guardar