From 2063c595db977f01f585d238848dfbcf8210977e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 4 May 2015 08:19:32 -0400 Subject: [PATCH] also add targeted status redirects to https We would also like targeted status urls to be available via https for connecting to it from secure pages. Change-Id: I7ed7a992f856e461ec985881c5f316de186874fd --- templates/zuul.vhost.erb | 1 + 1 file changed, 1 insertion(+) 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