]> source.dussan.org Git - rspamd.git/commitdiff
Fix configuration override and extending examples 523/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 12 Feb 2016 13:48:31 +0000 (16:48 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 12 Feb 2016 13:48:31 +0000 (16:48 +0300)
doc/markdown/tutorials/writing_rules.md

index 34e3048c89e3874f5a6685776cabfbfe3c5bf350..1c1c8fc8170fff5e696473ee9453832b27233264 100644 (file)
@@ -58,7 +58,7 @@ Resulting config:
 
 ~~~nginx
 var1 = "value1";
-var2 = "value2";
+var1 = "value2";
 
 section "name" {
        var2 = "value2";
@@ -93,7 +93,7 @@ section "name" {
 Resulting config:
 
 ~~~nginx
-var1 = "value1";
+var1 = "value2";
 
 # Note that var2 is removed completely
 section "name" {