[FIX]Caddy v2.9 fix websocket for odoo 16

This commit is contained in:
Fabien BOURGEOIS 2025-01-23 16:49:23 +01:00
parent 82df72ea22
commit d88e4cacee

View File

@ -24,8 +24,6 @@
(odoo16) {
reverse_proxy {args.0}:8069
handle_path /websocket {
reverse_proxy {args.0}:8072
}
reverse_proxy /websocket {args.0}:8072
encode zstd gzip
}