diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager2.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager2.conf deleted file mode 100644 index c805e3de34..0000000000 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager2.conf +++ /dev/null @@ -1,13 +0,0 @@ - -RequestHeader set CP-Location {{remotepath}} -SetEnv force-proxy-request-1.0 1 -SetEnv proxy-nokeepalive 1 - - -{% if env != "staging" %} -ProxyPass "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc" -ProxyPassReverse "/mirrormanager/xmlrpc" "http://mm-frontend-checkin01/mirrormanager/xmlrpc" -{% endif %} - -ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}} -ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}