Move daemon off to supervisor and out of nginx.conf closes #156
This commit is contained in:
@@ -32,7 +32,7 @@ stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx
|
||||
command=/usr/sbin/nginx -g "daemon off; error_log /dev/stderr info;"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
priority=10
|
||||
|
||||
Reference in New Issue
Block a user