ソースを参照
Merge pull request #206 from noelmcloughlin/fixes2
Fix #182 bug
tags/v0.55.0
Niels Abspoel
6年前
コミッターのメールアドレスに関連付けられたアカウントが存在しません
-
nginx/ng/map.jinja
|
|
@@ -127,7 +127,7 @@ |
|
|
|
'server': { |
|
|
|
'opts': {}, |
|
|
|
'config': { |
|
|
|
'worker_processes': 4, |
|
|
|
'worker_processes': 'auto', |
|
|
|
'events': { |
|
|
|
'worker_connections': 768, |
|
|
|
}, |