From 3866de5be6ae4a6405ea548b6e782e8576b0ec06 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 1 Apr 2015 14:32:28 +0000 Subject: [PATCH] fixing execdb taskotron-proxy so that it works for more than just the landing page --- roles/taskotron/taskotron-proxy/templates/execdb.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/taskotron-proxy/templates/execdb.conf.j2 b/roles/taskotron/taskotron-proxy/templates/execdb.conf.j2 index 1fac6a6a1e..3c444877ce 100644 --- a/roles/taskotron/taskotron-proxy/templates/execdb.conf.j2 +++ b/roles/taskotron/taskotron-proxy/templates/execdb.conf.j2 @@ -1,5 +1,5 @@ - ProxyPass {{ execdb_server }} - ProxyPassReverse {{ execdb_server }} + ProxyPass {{ execdb_server }}/ + ProxyPassReverse {{ execdb_server }}/ RequestHeader add X-Script-Name /{{ execdb_endpoint }}/