Skip to content

Commit

Permalink
[Conf] Allow to load users plugins from plugins.d
Browse files Browse the repository at this point in the history
Issue: #2848
  • Loading branch information
vstakhov committed Apr 16, 2019
1 parent 154c9c1 commit b7d96e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit b7d96e6

Please sign in to comment.