mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
runbot dont send dead builds longpolling to runbot
This commit is contained in:
parent
e7ca719dca
commit
e3204418cc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user