From 81c52d3758f7e258366333fa9b5e54c0491f369b Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 29 Jan 2023 10:31:15 -0600 Subject: [PATCH] i --- supervisord.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index c830495..4aaa5fc 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -4,10 +4,20 @@ logfile=/dev/null loglevel=critical redirect_stderr=true stdout_logfile=/dev/null +username = dummy +password = dummy [program:nginx] command=/usr/sbin/nginx logfile=/dev/null loglevel=critical redirect_stderr=true -stdout_logfile=/dev/null \ No newline at end of file +stdout_logfile=/dev/null + +[unix_http_server] +username = dummy +password = dummy + +[supervisorctl] +username = dummy +password = dummy \ No newline at end of file