Fix typo in keys rewrite rule

Change-Id: I4bf13add2ae04df2e479258a78d822f4a61d3442
This commit is contained in:
James E. Blair 2017-12-21 09:15:30 -08:00
parent 40cc96cc73
commit dcde52761b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,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 ^/(.*).pub$ <%= @zuul_web_url %>/$1.pub [P]
RewriteRule ^/$ <%= @zuul_web_url %>/status.html [P]
<% end %>