mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: add some anchors in nginx
This commit is contained in:
parent
e88f679c87
commit
43d5cc9d7e
@ -51,6 +51,9 @@ server {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
<t id="root_anchor"/>
|
||||
|
||||
<t t-foreach="builds" t-as="build">
|
||||
server {
|
||||
listen 8080;
|
||||
@ -65,6 +68,7 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
}
|
||||
<t id="build_anchor"/>
|
||||
}
|
||||
</t>
|
||||
server {
|
||||
|
Loading…
Reference in New Issue
Block a user