Special-case mirrormanager main app (reverseproxy).
This commit is contained in:
parent
410876543a
commit
ecbc3764f8
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
<Location {{localpath}}>
|
||||
RequestHeader set CP-Location {{localpath}}
|
||||
SetEnv force-proxy-request-1.0 1
|
||||
SetEnv proxy-nokeepalive 1
|
||||
</Location>
|
||||
|
||||
ProxyPass {{localpath}}/crawler http://bapp02/mirrormanager/crawler
|
||||
ProxyPassReverse {{localpath}}/crawler http://bapp02/mirrormanager/crawler
|
||||
|
||||
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
||||
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|
Loading…
Add table
Add a link
Reference in a new issue