aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/common.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/common.conf b/conf/common.conf
index d00a42679..7155eddfc 100644
--- a/conf/common.conf
+++ b/conf/common.conf
@@ -10,7 +10,8 @@ lua = "$CONFDIR/lua/rspamd.lua"
.include "$CONFDIR/modules.conf"
# User local settings
-.try_include "$CONFDIR/rspamd.conf.local"
+.include(try=true) "$CONFDIR/rspamd.conf.local"
+.include(try=true,priority=10) "$CONFDIR/rspamd.conf.local.override"
modules {
path = "$PLUGINSDIR/lua/"