properly fixing httpd configuration so resultsdb_api works publicly in taskotron-dev
This commit is contained in:
parent
55549bc57e
commit
7a62307f71
2 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@ execdb_server: http://resultsdb-dev01.qa.fedoraproject.org/execdb
|
||||||
execdb_statuspush: http://resultsdb-dev01.qa.fedoraproject.org/execdb/buildbottest
|
execdb_statuspush: http://resultsdb-dev01.qa.fedoraproject.org/execdb/buildbottest
|
||||||
execdb_endpoint: execdb
|
execdb_endpoint: execdb
|
||||||
resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v1.0
|
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_frontend_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb/
|
||||||
resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb/
|
resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb/
|
||||||
resultsdb_fe_endpoint: resultsdb
|
resultsdb_fe_endpoint: resultsdb
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
<Location /{{ resultsdb_api_endpoint }}/ >
|
<Location /{{ resultsdb_api_endpoint }}/ >
|
||||||
ProxyPass {{ resultsdb_url }}
|
ProxyPass {{ resultsdb_host }}
|
||||||
ProxyPassReverse {{ resultsdb_url }}
|
ProxyPassReverse {{ resultsdb_host }}
|
||||||
RequestHeader add X-Script-Name /{{ resultsdb_api_endpoint }}/
|
RequestHeader add X-Script-Name /{{ resultsdb_api_endpoint }}/
|
||||||
</Location>
|
</Location>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue