Cleanup uunused template

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-01-13 10:44:24 +00:00
parent 33a47eb4a9
commit 749cdd2b3f

View file

@ -1,13 +0,0 @@
<Location {{remotepath}}>
RequestHeader set CP-Location {{remotepath}}
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
{% 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}}