diff options
Diffstat (limited to 'conf/common.conf')
-rw-r--r-- | conf/common.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/common.conf b/conf/common.conf index 549af73a0..6a537b3e5 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -34,5 +34,6 @@ lua = "$RULESDIR/rspamd.lua" .include(try=true,priority=10) "$LOCAL_CONFDIR/rspamd.conf.override" modules { - path = "$PLUGINSDIR/lua/" + path = "${PLUGINSDIR}"; + path = "${SHAREDIR}/lua"; # Legacy path } |