[mailman3] Fix the http request header

Apache was adding host name to X-Forwarded-Host, but this was already filled by
Fedora proxy and it caused to duplicate the domain. Disabling proxy headers in
apache solves the situation.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-28 16:15:34 +01:00
parent 96b5e73a99
commit 19fe021877

View file

@ -9,7 +9,8 @@ Alias /static {{ mailman_webui_basedir }}/static
</Directory>
ProxyPreserveHost On
ProxyRequests off
ProxyRequests Off
ProxyAddHeaders Off
# Not redirecting/proxying static content (served locally)
ProxyPass /static !