fixed longpolling endpoint

This commit is contained in:
yhaelopez
2023-12-14 02:45:14 -07:00
parent 11313d644c
commit 528ea7fd6f

View File

@@ -40,7 +40,7 @@ server {
}
}
location /websocket {
location /longpolling {
proxy_pass http://odoo:8072;
proxy_redirect off;
proxy_set_header Upgrade $http_upgrade;