diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 8888ee383f..00c5be379d 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -165,13 +165,6 @@ localpath: /voting proxyurl: http://localhost:10007 - - role: httpd/reverseproxy - website: fedoraproject.org - destname: fedora-mobile - remotepath: /mobile - localpath: /mobile - proxyurl: http://fedora-infra.github.io - # Fedoauth is odd here -- it has an entry for both stg and prod. - role: httpd/reverseproxy website: id.stg.fedoraproject.org diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.fedora-mobile.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.fedora-mobile.conf deleted file mode 100644 index 46f652229b..0000000000 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.fedora-mobile.conf +++ /dev/null @@ -1,6 +0,0 @@ -ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} -ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}} - - - RequestHeader unset Cookie -