From d75572c39dfd36def8689c07ca5a976b81bdaaaa Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 29 Jan 2023 09:48:12 -0600 Subject: [PATCH] if I remembmer to push everything dang --- supervisord.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index d91b92c..8a58263 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -3,7 +3,7 @@ nodaemon=true logfile=/dev/null loglevel=critical environment=HOME="/",USER="root" -user=root +user=supervisor redirect_stderr=true stdout_logfile=/dev/null @@ -12,6 +12,6 @@ command=/usr/sbin/nginx logfile=/dev/null loglevel=critical environment=HOME="/",USER="root" -user=root +user=supervisor redirect_stderr=true stdout_logfile=/dev/null \ No newline at end of file