From 7c682897841c014018b7dce3eb9c2b3e86fb4274 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 7 Feb 2014 12:10:09 +0200 Subject: [PATCH] Fix documentation for RBL module - rbls {} was not referenced --- doc/markdown/modules/rbl.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/markdown/modules/rbl.md b/doc/markdown/modules/rbl.md index ccbff68df..055b06a02 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' subsection under which the RBL definitions are nested + rbls { + an_rbl { + # rbl-specific subsection + } + # ... } - # ... } ~~~ -- 2.39.5