From 749cdd2b3f0a739310710efee315b01ff161b76c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 13 Jan 2018 10:44:24 +0000 Subject: [PATCH] Cleanup uunused template Signed-off-by: Patrick Uiterwijk --- .../templates/reversepassproxy.mirrormanager2.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager2.conf 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}}