fixed longpolling endpoint

This commit is contained in:
yhaelopez
2023-12-14 02:44:53 -07:00
parent 68bbdc470f
commit 4b358ed07b

View File

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