[Rspamd] Fix prio for includes in overrides

This commit is contained in:
andryyy
2020-09-24 20:30:58 +02:00
parent b4f8156875
commit e5f0e1da44
3 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ secure_ip = "127.0.0.1";
secure_ip = "::1";
bind_socket = "/var/lib/rspamd/rspamd.sock mode=0666 owner=nobody";
.include(try=true; priority=10) "$CONFDIR/override.d/worker-controller-password.inc"
.include(try=true; priority=20) "$CONFDIR/override.d/worker-controller.custom.inc"
.include(try=true; priority=30) "$CONFDIR/override.d/worker-controller.custom.inc"