fixed websocket to longpolling in nginx

This commit is contained in:
yhaelopez
2023-12-13 19:02:40 -07:00
parent 235b727525
commit 056d6ac873

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;