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

@ -25,6 +25,7 @@ execdb_server: http://resultsdb-dev01.qa.fedoraproject.org/execdb
execdb_statuspush: http://resultsdb-dev01.qa.fedoraproject.org/execdb/buildbottest
execdb_endpoint: execdb
resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v1.0
resultsdb_host: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/
resultsdb_frontend_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb/
resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb/
resultsdb_fe_endpoint: resultsdb

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>