22 lines
346 B
Plaintext
22 lines
346 B
Plaintext
# Common snippets
|
|
|
|
(global) {
|
|
grace_period 5s
|
|
log http.log.access {
|
|
include http.log.access
|
|
output stdout
|
|
level INFO
|
|
format console
|
|
}
|
|
}
|
|
|
|
(odoo) {
|
|
reverse_proxy {args.0}:8069 {
|
|
header_up X-Forwarded-Host {host}
|
|
}
|
|
reverse_proxy /longpolling/* {args.0}:8072 {
|
|
header_up X-Forwarded-Host {host}
|
|
}
|
|
encode zstd gzip
|
|
}
|