diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/common.conf b/conf/common.conf index 6a537b3e5..6a7ec2670 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -35,5 +35,5 @@ lua = "$RULESDIR/rspamd.lua" modules { path = "${PLUGINSDIR}"; - path = "${SHAREDIR}/lua"; # Legacy path + fallback_path = "${SHAREDIR}/lua"; # Legacy path } |