Replace the reverse proxy for lists with a redirect. Hopefully fixes our admin / lists issues.

This commit is contained in:
Kevin Fenzi 2016-04-14 15:14:56 +00:00
parent b540680d27
commit de5dba330c
2 changed files with 12 additions and 6 deletions

View file

@ -47,6 +47,12 @@
website: fas.fedoraproject.org
target: https://admin.fedoraproject.org/accounts/
- role: httpd/redirectmatch
name: mailman
website: admin.fedoraproject.org
regex: /mailman/(.*)$
target: https://lists.fedoraproject.org/$1
- role: httpd/redirectmatch
name: 00-bodhi2-cutover-users
website: admin.fedoraproject.org

View file

@ -51,12 +51,12 @@
remotepath: /nagios-external
proxyurl: http://noc02
- role: httpd/reverseproxy
website: admin.fedoraproject.org
destname: mailman
localpath: /mailman
remotepath: /mailman
proxyurl: http://collab03.fedoraproject.org
# - role: httpd/reverseproxy
# website: admin.fedoraproject.org
# destname: mailman
# localpath: /mailman
# remotepath: /mailman
# proxyurl: http://collab03.fedoraproject.org
- role: httpd/reverseproxy
website: admin.fedoraproject.org