Zuul v3: handle github paylods with zuul-web

Zuul-web now handles this, rather than the old webapp.

Change-Id: Ie6cf1892626097d1837870d9e4d1237d689674dc
This commit is contained in:
James E. Blair 2018-02-05 12:28:51 -08:00
parent d44c025626
commit 5c759a128d
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<% end %>
<% if @zuulv3 %>
RewriteRule ^/connection/(.*) <%= @zuul_status_url %>/connection/$1 [P]
RewriteRule ^/connection/(.*) <%= @zuul_web_url %>/connection/$1 [P]
RewriteRule ^/status.json <%= @zuul_web_url %>/status.json [P]
RewriteRule ^/status.html <%= @zuul_web_url %>/status.html [P]
RewriteRule ^/jobs.json <%= @zuul_web_url %>/jobs.json [P]
@ -121,7 +121,7 @@
<% end %>
<% if @zuulv3 %>
RewriteRule ^/connection/(.*) <%= @zuul_status_url %>/connection/$1 [P]
RewriteRule ^/connection/(.*) <%= @zuul_web_url %>/connection/$1 [P]
RewriteRule ^/status.json <%= @zuul_web_url %>/status.json [P]
RewriteRule ^/status.html <%= @zuul_web_url %>/status.html [P]
RewriteRule ^/jobs.json <%= @zuul_web_url %>/jobs.json [P]