diff xml/ru/docs/http/ngx_http_rewrite_module.xml @ 108:72524ae53106

Explicitly marked directives with the block syntax. Such directives will have curly braces around their syntax and defaults appear automatically. Other directives will have a semicolon after their syntax and defaults.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 07:47:21 +0000
parents 56457a474903
children 40eec261c2a6
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_rewrite_module.xml	Wed Oct 19 12:39:11 2011 +0000
+++ b/xml/ru/docs/http/ngx_http_rewrite_module.xml	Thu Oct 20 07:47:21 2011 +0000
@@ -50,7 +50,7 @@
 
 
 <directive name="if">
-<syntax>(<value>условие</value>) { ... }</syntax>
+<syntax block="yes">(<value>условие</value>)</syntax>
 <default/>
 <context>server, location</context>