[IMP]Caddy for odoo : no https per default
This commit is contained in:
parent
aaf927cbea
commit
b94a2bf921
@ -12,6 +12,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
(dev) {
|
||||
auto_https off
|
||||
}
|
||||
|
||||
(odoo) {
|
||||
reverse_proxy {args.0}:8069
|
||||
reverse_proxy /longpolling/* {args.0}:8072
|
||||
|
@ -1,5 +1,10 @@
|
||||
import /caddycommon
|
||||
|
||||
{$ODOO_SERVER_NAMES} {
|
||||
import odoo {$ODOO_SERVICE}
|
||||
# Global
|
||||
{
|
||||
import dev
|
||||
}
|
||||
|
||||
{$ODOO_SERVER_NAMES} {
|
||||
import odoo {$ODOO_SERVICE}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user