diff --git a/caddy/common b/caddy/common index 4fbacda..7d1fd69 100644 --- a/caddy/common +++ b/caddy/common @@ -17,3 +17,9 @@ reverse_proxy /longpolling/* {args.0}:8072 encode zstd gzip } + +(odoo16) { + reverse_proxy {args.0}:8069 + reverse_proxy /websocket/* {args.0}:8072 + encode zstd gzip +}