comparison xml/en/index.xml @ 179:8cc01e2179a9

- Reflected recent changes made to ngx_http_limit_conn_module. - Revamped documentation for ngx_http_limit_req_module. - Translated ngx_http_limit_{conn,req}_module into English.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 14 Nov 2011 18:09:03 +0000
parents 0188d11c77dd
children abc48ad4b7c4
comparison
equal deleted inserted replaced
178:65431179fb8f 179:8cc01e2179a9
135 <link doc="docs/http/ngx_http_core_module.xml" 135 <link doc="docs/http/ngx_http_core_module.xml"
136 id="limit_rate">Response rate limiting</link>; 136 id="limit_rate">Response rate limiting</link>;
137 </item> 137 </item>
138 138
139 <item> 139 <item>
140 Limiting the number of simultaneous connections or requests 140 Limiting the number of simultaneous
141 <link doc="docs/http/ngx_http_limit_conn_module.xml">connections</link>
142 or
143 <link doc="docs/http/ngx_http_limit_req_module.xml">requests</link>
141 coming from one address; 144 coming from one address;
142 </item> 145 </item>
143 146
144 <item> 147 <item>
145 Embedded Perl. 148 Embedded Perl.