diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index b87fb8aefd..c68a6042f8 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -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 diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 6ef2986f64..417dd37964 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -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