updating reverse proxy config for resultsdb to send X-Script-Name
This commit is contained in:
parent
cd657f2794
commit
88d1390a17
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<Location /{{ resultsdb_endpoint }}/ >
|
||||
ProxyPass {{ resultsdb_frontend_url }}
|
||||
ProxyPassReverse {{ resultsdb_frontend_url }}
|
||||
RequestHeader add X-Script-Name /{{ resultsdb_endpoint }}/
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue