From 0be797a531192b83316b6277ca021e14686b0863 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 11:11:45 +0000 Subject: [PATCH] fix: use httpd directly instead of apachectl to fix SIGTERM handling Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/6e288352-eba8-4697-978e-d0b11349fe3f Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- Containers/apache/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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