diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-05-06 14:10:20 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-05-06 14:10:20 +0200 |
commit | 90df2efa3cffccbeac2b85623afef1b1cca91518 (patch) | |
tree | 1614ceac5e1ed5f6c8407354bcb7a986d096862b /conf/common.conf | |
parent | 0fb417de5ca09cae92923ceb27c33f4865ba7ad5 (diff) | |
download | rspamd-90df2efa3cffccbeac2b85623afef1b1cca91518.tar.gz rspamd-90df2efa3cffccbeac2b85623afef1b1cca91518.zip |
Config tidying
Diffstat (limited to 'conf/common.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 7155eddfc..a298ac1d7 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -14,5 +14,5 @@ lua = "$CONFDIR/lua/rspamd.lua" .include(try=true,priority=10) "$CONFDIR/rspamd.conf.local.override" modules { - path = "$PLUGINSDIR/lua/" + path = "$PLUGINSDIR/lua/" } |