Files
asimonson1125.github.io/supervisord.conf
Andrew Simonson 580bcb704f added nginx with supervisor
so much suffering occurred here.  Let's hope it was worth it.
2023-01-29 11:02:30 -06:00

19 lines
299 B
Plaintext

[supervisord]
nodaemon=true
redirect_stderr=true
stdout_logfile=/dev/null
username = dummy
password = dummy
[program:nginx]
command=/usr/sbin/nginx
redirect_stderr=true
stdout_logfile=/dev/null
[unix_http_server]
username = dummy
password = dummy
[supervisorctl]
username = dummy
password = dummy