From 056d6ac873bae1abbffc1ccac6dd098f73066c27 Mon Sep 17 00:00:00 2001 From: yhaelopez Date: Wed, 13 Dec 2023 19:02:40 -0700 Subject: [PATCH] fixed websocket to longpolling in nginx --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 424a6be..b6b4238 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -40,7 +40,7 @@ server { } } - location /websocket { + location /longpolling { proxy_pass http://odoo:8072; proxy_redirect off; proxy_set_header Upgrade $http_upgrade;