From 7e791be8fee903de8f285a6285512a190b1118b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 20:28:21 +0100 Subject: [PATCH] supervisord --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 2c07820..3ed80a0 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -9,7 +9,7 @@ pidfile=/var/run/supervisord.pid command=/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg autostart=true autorestart=true -stderr_logfile=/var/log/haproxy/haproxy.err.log +stderr_logfile=/var/log/supervisor/haproxy.err.log stdout_logfile=/var/log/haproxy.log priority=100 stopasgroup=true