[ADD]Caddy : add odoo16 +

This commit is contained in:
Fabien BOURGEOIS 2022-10-31 12:43:07 +01:00
parent d860c812cf
commit 1514217c80
1 changed files with 6 additions and 0 deletions

View File

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