Fix typo in keys rewrite rule
Change-Id: I4bf13add2ae04df2e479258a78d822f4a61d3442
This commit is contained in:
parent
40cc96cc73
commit
dcde52761b
@ -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 %>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user