updating reverse proxy config for resultsdb to send X-Script-Name

This commit is contained in:
Tim Flink 2014-07-07 18:32:53 +00:00
parent cd657f2794
commit 88d1390a17

View file

@ -1,4 +1,5 @@
<Location /{{ resultsdb_endpoint }}/ >
ProxyPass {{ resultsdb_frontend_url }}
ProxyPassReverse {{ resultsdb_frontend_url }}
RequestHeader add X-Script-Name /{{ resultsdb_endpoint }}/
</Location>