[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:
parent
96b5e73a99
commit
19fe021877
1 changed files with 2 additions and 1 deletions
|
@ -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 !
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue