mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
Replace the reverse proxy for lists with a redirect. Hopefully fixes our admin / lists issues.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user