Pārlūkot izejas kodu

set 'daemon on;' by default

susefix
Kent Shultz pirms 10 gadiem
vecāks
revīzija
af46708a56
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      nginx/templates/config.jinja

+ 1
- 1
nginx/templates/config.jinja Parādīt failu

@@ -6,7 +6,7 @@ worker_processes {{ nginx.get('worker_processes', 1) }};

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) }};

Notiek ielāde…
Atcelt
Saglabāt