ソースを参照

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年前
コミット
49caf8cd69
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja ファイルの表示

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

読み込み中…
キャンセル
保存