comparison xml/ru/docs/http/ngx_http_upstream.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
comparison
equal deleted inserted replaced
107:ee725af08951 108:72524ae53106
157 157
158 </directive> 158 </directive>
159 159
160 160
161 <directive name="upstream"> 161 <directive name="upstream">
162 <syntax><value>название</value> { ... }</syntax> 162 <syntax block="yes"><value>название</value></syntax>
163 <default/> 163 <default/>
164 <context>http</context> 164 <context>http</context>
165 165
166 <para> 166 <para>
167 Директива описывает группу серверов. 167 Директива описывает группу серверов.