diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-10 10:09:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 10:09:21 +0100 |
commit | 38e0750db654f6909c160b0bd205d251852004a7 (patch) | |
tree | 7cd2907fc5d316d77f53ffa07b7f6f8fd4cca0be /conf/modules.d/ratelimit.conf | |
parent | 3288513ebccc10938b63735685bdadf42e708fa1 (diff) | |
parent | 1bf202d540865ebd8d4e5f0d21e067eff3102def (diff) | |
download | rspamd-38e0750db654f6909c160b0bd205d251852004a7.tar.gz rspamd-38e0750db654f6909c160b0bd205d251852004a7.zip |
Merge branch 'master' into arc-defaults
Diffstat (limited to 'conf/modules.d/ratelimit.conf')
-rw-r--r-- | conf/modules.d/ratelimit.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf index 9007c77e9..f168f0261 100644 --- a/conf/modules.d/ratelimit.conf +++ b/conf/modules.d/ratelimit.conf @@ -1,17 +1,16 @@ # Please don't modify this file as your changes might be overwritten with # the next update. # -# You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine -# parameters defined on the top level +# You can modify 'local.d/ratelimit.conf' to add and merge +# parameters defined inside this section # -# You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add -# parameters defined on the top level +# You can modify 'override.d/ratelimit.conf' to strictly override all +# parameters defined inside this section # -# 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 +# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories +# for details # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# Module documentation can be found at https://rspamd.com/doc/modules/ratelimit.html ratelimit { #rates { |