瀏覽代碼

set 'daemon on;' by default

susefix
Kent Shultz 10 年之前
父節點
當前提交
7f6b7841c3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      nginx/templates/config.jinja

+ 1
- 1
nginx/templates/config.jinja 查看文件

@@ -10,7 +10,7 @@ worker_rlimit_nofile {{ worker_rlimit_nofile }};

error_log /var/log/nginx/error.fifo warn;
pid {{ nginx.get('pid', '/var/run/nginx.pid') }};
daemon {{ nginx.get('daemon', 'off') }};
daemon {{ nginx.get('daemon', 'on') }};

events {
worker_connections {{ nginx.get('events', {}).get('worker_connections', 1024) }};

Loading…
取消
儲存