From 4da350c2419c84b03e668d2dbbb3bb008ddd94eb Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Wed, 10 Apr 2024 17:23:34 +0200 Subject: [PATCH] [mailman3] Don't proxy /apache-status request Signed-off-by: Michal Konecny --- roles/mailman3/templates/mailmanweb.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mailman3/templates/mailmanweb.conf.j2 b/roles/mailman3/templates/mailmanweb.conf.j2 index bae2012f99..763e4395ae 100644 --- a/roles/mailman3/templates/mailmanweb.conf.j2 +++ b/roles/mailman3/templates/mailmanweb.conf.j2 @@ -24,6 +24,7 @@ ProxyAddHeaders Off # Not redirecting/proxying static content (served locally) ProxyPass /static ! ProxyPass /pipermail ! +ProxyPass /apache-status ! # Proxying to gunicorn mailmanweb backend ProxyPass / http://127.0.0.1:8000/