From 970916b50e913a54b59411d5ae2a7e4320a6de21 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 25 Jan 2018 13:04:15 -0800 Subject: [PATCH] Add public key hosting to SSL site It was only enabled on the non-ssl site. Oh the irony. Change-Id: Iaf5850e6a1c721fb93557d9c6f32e119493d9bfb --- templates/zuul.vhost.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zuul.vhost.erb b/templates/zuul.vhost.erb index 14b1c69..6377378 100644 --- a/templates/zuul.vhost.erb +++ b/templates/zuul.vhost.erb @@ -130,6 +130,7 @@ RewriteRule ^/builds.html <%= @zuul_web_url %>/builds.html [P] RewriteRule ^/console-stream <%= @zuul_web_url.sub('http://', 'ws://') %>/console-stream [P] RewriteRule ^/stream.html <%= @zuul_web_url %>/stream.html [P] + RewriteRule ^/(.*).pub$ <%= @zuul_web_url %>/$1.pub [P] RewriteRule ^/$ <%= @zuul_web_url %>/status.html [P] <% end %>