From 4b358ed07b98d3aeb4fc50890013a8c2c252e7b5 Mon Sep 17 00:00:00 2001 From: yhaelopez Date: Thu, 14 Dec 2023 02:44:53 -0700 Subject: [PATCH] fixed longpolling endpoint --- 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;