@@ -109,3 +109,17 @@ autorestart=true
startsecs=1
startretries=20
priority=20
+
+[program:nginx]
+command=/etc/nginx-entrypoint.sh
+stdout_logfile=/dev/fd/1
+stdout_logfile_maxbytes=0
+redirect_stderr=true
+stopasgroup=true
+killasgroup=true
+stopsignal=QUIT
+autostart=true
+autorestart=true
+startsecs=1
+startretries=20
+priority=30