From 3dbd7cc0df2dc8a4f3b4533f7d479e696cf1d3f6 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Sat, 5 Nov 2022 17:42:56 +0100 Subject: [PATCH] [FIX]Odoo 16 <> Caddy : websocket needs handle_path --- caddy/common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/caddy/common b/caddy/common index 3698490..6e3e3a4 100644 --- a/caddy/common +++ b/caddy/common @@ -24,6 +24,8 @@ (odoo16) { reverse_proxy {args.0}:8069 - reverse_proxy /websocket {args.0}:8072 + handle_path /websocket { + reverse_proxy {args.0}:8072 + } encode zstd gzip }