fixing execdb taskotron-proxy so that it works for more than just the landing page
This commit is contained in:
parent
54317bd0d8
commit
3866de5be6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<Location /{{ execdb_endpoint }}/ >
|
||||
ProxyPass {{ execdb_server }}
|
||||
ProxyPassReverse {{ execdb_server }}
|
||||
ProxyPass {{ execdb_server }}/
|
||||
ProxyPassReverse {{ execdb_server }}/
|
||||
RequestHeader add X-Script-Name /{{ execdb_endpoint }}/
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue