diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-19 18:25:59 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-01-19 18:25:59 +0000 |
commit | 9c91f8ff3f0ae62088726e2e36c73418d6ecfd7b (patch) | |
tree | eaa533214e29d3128da2e969745741343c99cbba /doc | |
parent | e07584e82887baf6b9097fdc18aee89443d67718 (diff) | |
download | rspamd-9c91f8ff3f0ae62088726e2e36c73418d6ecfd7b.tar.gz rspamd-9c91f8ff3f0ae62088726e2e36c73418d6ecfd7b.zip |
Slightly fix documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/workers/fuzzy_storage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/workers/fuzzy_storage.md b/doc/markdown/workers/fuzzy_storage.md index 0aed911fc..a2d29826f 100644 --- a/doc/markdown/workers/fuzzy_storage.md +++ b/doc/markdown/workers/fuzzy_storage.md @@ -105,8 +105,8 @@ Fuzzy storage accepts the following extra options: - `database` - path to the sqlite storage - `expire` - time value for hashes expiration -- `allow_map` - string, array of strings or a map of IP addresses that are allowed -to perform changes to fuzzy storage +- `allow_update` - string, array of strings or a map of IP addresses that are allowed +to perform changes to fuzzy storage (you should also set `read_only = no` in your fuzzy_check plugin). Here is an example configuration of fuzzy storage: |