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
This commit is contained in:
Sean Dague 2015-05-01 15:15:32 -04:00
parent 231be73df9
commit 002dffde8c

View File

@ -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