diff --git a/supervisord.conf b/supervisord.conf index a7c3118..5a6d31b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:nginx] -command=nginx -g "daemon off;" -c /opt/nginx.conf +command=nginx -g "daemon off;" autostart=true autorestart=true stdout_logfile=/var/log/nginx/access.log