moving resultsdb and resultsdb_frontend to separated endpoints for proxying

This commit is contained in:
Tim Flink 2014-07-07 19:39:58 +00:00
parent 270871cdf0
commit 6f85dfb50c
4 changed files with 11 additions and 4 deletions

View file

@ -3,3 +3,9 @@
ProxyPassReverse {{ resultsdb_frontend_url }}
RequestHeader add X-Script-Name /{{ resultsdb_endpoint }}/
</Location>
<Location /{{ resultsdb_api_endpoint }}/ >
ProxyPass {{ resultsdb_url }}
ProxyPassReverse {{ resultsdb_url }}
RequestHeader add X-Script-Name /{{ resultsdb_api_endpoint }}/
</Location>