runbot dont send dead builds longpolling to runbot

This commit is contained in:
Antony Lesuisse 2014-08-13 22:43:23 +02:00
parent e7ca719dca
commit e3204418cc

View File

@ -580,6 +580,8 @@ http {
server {
listen 8080 default;
location / { proxy_pass http://127.0.0.1:<t t-esc="port"/>; }
location /longpolling/im/poll { return 404; }
location /longpolling/poll { return 404; }
}
<t t-foreach="builds" t-as="build">
server {