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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue