diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf new file mode 100644 index 0000000000..44987a1199 --- /dev/null +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.mirrormanager.conf @@ -0,0 +1,11 @@ + +RequestHeader set CP-Location {{localpath}} +SetEnv force-proxy-request-1.0 1 +SetEnv proxy-nokeepalive 1 + + +ProxyPass {{localpath}}/crawler http://bapp02/mirrormanager/crawler +ProxyPassReverse {{localpath}}/crawler http://bapp02/mirrormanager/crawler + +ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} +ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}