adding local use case to taskotron roles, fixing up some vars to be more consistent

This commit is contained in:
Tim Flink 2015-01-29 16:51:31 +00:00
parent dba8995baa
commit 497f77b7aa
21 changed files with 58 additions and 19 deletions

View file

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