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:
parent
231be73df9
commit
002dffde8c
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P]
|
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
|
AddOutputFilterByType DEFLATE application/json
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user