Route all xmlrpc requests to mm-frontend-checkin01
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a094a4ce11
commit
46629ba55c
2 changed files with 10 additions and 0 deletions
|
@ -4,5 +4,10 @@ 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}}
|
||||
|
|
|
@ -4,5 +4,10 @@ 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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue