moving resultsdb and resultsdb_frontend to separated endpoints for proxying
This commit is contained in:
parent
270871cdf0
commit
6f85dfb50c
4 changed files with 11 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue