diff --git a/Containers/apache/supervisord.conf b/Containers/apache/supervisord.conf index 25f80079..94f0572f 100644 --- a/Containers/apache/supervisord.conf +++ b/Containers/apache/supervisord.conf @@ -12,7 +12,7 @@ loglevel=%(ENV_AIO_LOG_LEVEL)s stdout_logfile=%(ENV_SUPERVISORD_STDOUT)s stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -command=apachectl -DFOREGROUND +command=httpd -DFOREGROUND [program:caddy] stdout_logfile=/dev/stdout