From 002dffde8cda6c81d1dae46938c7d962adfc75a6 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 1 May 2015 15:15:32 -0400 Subject: [PATCH] fix targeted zuul status pass through Correctly use matching for zuul status targeted pass through so that we can get the optimized per change zuul results. Change-Id: Ia4daa98b4e43a0a488750e4c0b07c48f2260bd6a --- templates/zuul.vhost.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zuul.vhost.erb b/templates/zuul.vhost.erb index 1952fc9..1713045 100644 --- a/templates/zuul.vhost.erb +++ b/templates/zuul.vhost.erb @@ -20,7 +20,7 @@ RewriteEngine on RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P] - RewriteRule ^/status/ http://127.0.0.1:8001/status/ [P] + RewriteRule ^/status/(.*) http://127.0.0.1:8001/status/$1 [P] AddOutputFilterByType DEFLATE application/json