[FIX]Odoo 16 <> Caddy : websocket needs handle_path

This commit is contained in:
Fabien BOURGEOIS 2022-11-05 17:42:56 +01:00
parent a69487781b
commit 3dbd7cc0df
1 changed files with 3 additions and 1 deletions

View File

@ -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
}