[FIX]Odoo16 <> Caddy websocket fix
This commit is contained in:
parent
b94a2bf921
commit
a69487781b
@ -24,6 +24,6 @@
|
||||
|
||||
(odoo16) {
|
||||
reverse_proxy {args.0}:8069
|
||||
reverse_proxy /websocket/* {args.0}:8072
|
||||
reverse_proxy /websocket {args.0}:8072
|
||||
encode zstd gzip
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
import /caddycommon
|
||||
|
||||
# Global
|
||||
{
|
||||
import dev
|
||||
}
|
||||
|
||||
{$ODOO_SERVER_NAMES} {
|
||||
import odoo16 {$ODOO_SERVICE}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user