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 }