Replace the reverse proxy for lists with a redirect. Hopefully fixes our admin / lists issues.
This commit is contained in:
parent
b540680d27
commit
de5dba330c
2 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue