diff --git a/templates/zuul.vhost.erb b/templates/zuul.vhost.erb index 1713045..8860a38 100644 --- a/templates/zuul.vhost.erb +++ b/templates/zuul.vhost.erb @@ -81,6 +81,7 @@ RewriteEngine on RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P] + RewriteRule ^/status/(.*) http://127.0.0.1:8001/status/$1 [P] AddOutputFilterByType DEFLATE application/json