From e3204418cc95a93bb9052be2b6f28048035207cb Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Wed, 13 Aug 2014 22:43:23 +0200 Subject: [PATCH] runbot dont send dead builds longpolling to runbot --- runbot/runbot.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runbot/runbot.xml b/runbot/runbot.xml index 0223417e..3f94b700 100644 --- a/runbot/runbot.xml +++ b/runbot/runbot.xml @@ -580,6 +580,8 @@ http { server { listen 8080 default; location / { proxy_pass http://127.0.0.1:; } + location /longpolling/im/poll { return 404; } + location /longpolling/poll { return 404; } } server {