|
@ -22,7 +22,7 @@ serverurl=unix:///dev/shm/supervisor.sock ; use a unix:// URL for a unix socket |
|
|
files = /etc/supervisor/conf.d/*.conf |
|
|
files = /etc/supervisor/conf.d/*.conf |
|
|
|
|
|
|
|
|
[program:nginx] |
|
|
[program:nginx] |
|
|
command=/usr/sbin/nginx -g 'daemon off;' |
|
|
command=/usr/sbin/nginx -g "daemon off;" |
|
|
numprocs=1 |
|
|
numprocs=1 |
|
|
autostart=true |
|
|
autostart=true |
|
|
autorestart=true |
|
|
autorestart=true |
|
|