properly fixing httpd configuration so resultsdb_api works publicly in taskotron-dev

This commit is contained in:
Tim Flink 2015-04-29 14:46:47 +00:00
parent 55549bc57e
commit 7a62307f71
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
</Location>
<Location /{{ resultsdb_api_endpoint }}/ >
ProxyPass {{ resultsdb_url }}
ProxyPassReverse {{ resultsdb_url }}
ProxyPass {{ resultsdb_host }}
ProxyPassReverse {{ resultsdb_host }}
RequestHeader add X-Script-Name /{{ resultsdb_api_endpoint }}/
</Location>