fixing execdb taskotron-proxy so that it works for more than just the landing page

This commit is contained in:
Tim Flink 2015-04-01 14:32:28 +00:00
parent 54317bd0d8
commit 3866de5be6

View file

@ -1,5 +1,5 @@
<Location /{{ execdb_endpoint }}/ > <Location /{{ execdb_endpoint }}/ >
ProxyPass {{ execdb_server }} ProxyPass {{ execdb_server }}/
ProxyPassReverse {{ execdb_server }} ProxyPassReverse {{ execdb_server }}/
RequestHeader add X-Script-Name /{{ execdb_endpoint }}/ RequestHeader add X-Script-Name /{{ execdb_endpoint }}/
</Location> </Location>