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