diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 51f1f420e..42fc0419e 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -9,10 +9,10 @@ # parameters defined on the top level # # For specific modules or configuration you can also modify -# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults -# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults +# '$LOCAL_CONFDIR/local.d/modules.conf' - to add your options or rewrite defaults +# '$LOCAL_CONFDIR/override.d/modules.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details .include(glob=true) "${CONFDIR}/modules.d/*.conf" -.include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf"
\ No newline at end of file +.include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf" |