Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf
Adrian Reber 0c710e5d60 The crawler logs are now on mm-frontend01.
ProxyPass to the crawler is no longer required.
2015-06-23 07:39:18 +00:00

9 lines
251 B
Plaintext

<Location {{localpath}}>
RequestHeader set CP-Location {{localpath}}
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}