diff options
Diffstat (limited to 'doc/markdown/modules/rbl.md')
-rw-r--r-- | doc/markdown/modules/rbl.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index ccbff68df..faa1b40e8 100644 --- a/doc/markdown/modules/rbl.md +++ b/doc/markdown/modules/rbl.md @@ -6,11 +6,14 @@ Configuration is structured as follows: ~~~nginx rbl { - # default settings - an_rbl { - # rbl-specific subsection + # default settings defined here + rbls { + # 'rbls' subsection under which the RBL definitions are nested + an_rbl { + # rbl-specific subsection + } + # ... } - # ... } ~~~ |