comparison xml/en/docs/http/load_balancing.xml @ 1177:e33858baaecd

Links to the nginx reference docs and lb blogposts added.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 06 May 2014 07:19:12 +0000
parents 0a441212ef0f
children 52747e115aba
comparison
equal deleted inserted replaced
1176:4eea26b34ea5 1177:e33858baaecd
282 load balancing in nginx, e.g. 282 load balancing in nginx, e.g.
283 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>, 283 <link doc="ngx_http_proxy_module.xml" id="proxy_next_upstream"/>,
284 <link doc="ngx_http_upstream_module.xml" id="server">backup</link>, 284 <link doc="ngx_http_upstream_module.xml" id="server">backup</link>,
285 <link doc="ngx_http_upstream_module.xml" id="server">down</link>, and 285 <link doc="ngx_http_upstream_module.xml" id="server">down</link>, and
286 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>. 286 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>.
287 For more information please check our reference documentation. 287 For more information please check our
288 <link url="/en/docs/">reference documentation</link>.
288 </para> 289 </para>
289 290
290 <para> 291 <para>
291 Last but not least, 292 Last but not least,
292 <link url="http://nginx.com/products/application-load-balancing/"> 293 <link url="http://nginx.com/products/application-load-balancing/">
298 <link url="http://nginx.com/products/on-the-fly-reconfiguration/"> 299 <link url="http://nginx.com/products/on-the-fly-reconfiguration/">
299 on-the-fly reconfiguration</link> of server groups are available 300 on-the-fly reconfiguration</link> of server groups are available
300 as part of our paid NGINX Plus subscriptions. 301 as part of our paid NGINX Plus subscriptions.
301 </para> 302 </para>
302 303
304 <para>
305 The following articles describe load balancing with NGINX Plus
306 in more detail:
307 <list type="bullet" compact="no">
308
309 <listitem>
310 <link url="http://nginx.com/blog/load-balancing-with-nginx-plus/">
311 Load Balancing with NGINX and NGINX Plus</link>
312 </listitem>
313
314 <listitem>
315 <link url="http://nginx.com/blog/load-balancing-with-nginx-plus-part2/">
316 Load Balancing with NGINX and NGINX Plus part 2</link>
317 </listitem>
318
319 </list>
320 </para>
321
303 </section> 322 </section>
304 323
305 </article> 324 </article>