aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/common.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/common.conf b/conf/common.conf
index 6a7ec2670..a8025f314 100644
--- a/conf/common.conf
+++ b/conf/common.conf
@@ -36,4 +36,5 @@ lua = "$RULESDIR/rspamd.lua"
modules {
path = "${PLUGINSDIR}";
fallback_path = "${SHAREDIR}/lua"; # Legacy path
+ try_path = "${LOCAL_CONFDIR}/plugins.d/"; # User plugins
}