Browse Source

[Conf] Add note

Issue: #4677
pull/4680/head
Vsevolod Stakhov 2 years ago
parent
commit
a230d606e7
No known key found for this signature in database GPG Key ID: 7647B6790081437
  1. 2
      conf/rspamd.conf

2
conf/rspamd.conf

@ -66,7 +66,7 @@ worker "rspamd_proxy" {
worker "fuzzy" {
bind_socket = "localhost:11335";
count = -1; # Disable by default
count = -1; # Disable by default, see #4677 for details
.include "$CONFDIR/worker-fuzzy.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-fuzzy.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-fuzzy.inc"

Loading…
Cancel
Save