[mailman3] Don't proxy /apache-status request
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
ff4ad03fd0
commit
4da350c241
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ProxyAddHeaders Off
|
||||||
# Not redirecting/proxying static content (served locally)
|
# Not redirecting/proxying static content (served locally)
|
||||||
ProxyPass /static !
|
ProxyPass /static !
|
||||||
ProxyPass /pipermail !
|
ProxyPass /pipermail !
|
||||||
|
ProxyPass /apache-status !
|
||||||
|
|
||||||
# Proxying to gunicorn mailmanweb backend
|
# Proxying to gunicorn mailmanweb backend
|
||||||
ProxyPass / http://127.0.0.1:8000/
|
ProxyPass / http://127.0.0.1:8000/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue