Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
49caf8cd69
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet