Add public key hosting to SSL site

It was only enabled on the non-ssl site.  Oh the irony.

Change-Id: Iaf5850e6a1c721fb93557d9c6f32e119493d9bfb
This commit is contained in:
James E. Blair 2018-01-25 13:04:15 -08:00
parent f9e69bc8f4
commit 970916b50e
1 changed files with 1 additions and 0 deletions

View File

@ -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 %>