comparison xml/en/docs/http/load_balancing.xml @ 1527:f9a138e5ab14

Updated links to nginx.com website.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 01 Jul 2015 22:33:47 +0300
parents 9264fdb6c833
children 4cafd82e5007
comparison
equal deleted inserted replaced
1526:7b15698cbdb7 1527:f9a138e5ab14
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Using nginx as HTTP load balancer" 9 <article name="Using nginx as HTTP load balancer"
10 link="/en/docs/http/load_balancing.html" 10 link="/en/docs/http/load_balancing.html"
11 lang="en" 11 lang="en"
12 rev="3"> 12 rev="4">
13 13
14 <section name="Introduction"> 14 <section name="Introduction">
15 15
16 <para> 16 <para>
17 Load balancing across multiple application instances is a commonly used 17 Load balancing across multiple application instances is a commonly used
289 <link url="..">reference documentation</link>. 289 <link url="..">reference documentation</link>.
290 </para> 290 </para>
291 291
292 <para> 292 <para>
293 Last but not least, 293 Last but not least,
294 <link url="http://nginx.com/products/application-load-balancing/"> 294 <link url="https://www.nginx.com/products/application-load-balancing/">
295 application load balancing</link>, 295 application load balancing</link>,
296 <link url="http://nginx.com/products/application-health-checks/"> 296 <link url="https://www.nginx.com/products/application-health-checks/">
297 application health checks</link>, 297 application health checks</link>,
298 <link url="http://nginx.com/products/live-activity-monitoring/"> 298 <link url="https://www.nginx.com/products/live-activity-monitoring/">
299 activity monitoring</link> and 299 activity monitoring</link> and
300 <link url="http://nginx.com/products/on-the-fly-reconfiguration/"> 300 <link url="https://www.nginx.com/products/on-the-fly-reconfiguration/">
301 on-the-fly reconfiguration</link> of server groups are available 301 on-the-fly reconfiguration</link> of server groups are available
302 as part of our paid NGINX Plus subscriptions. 302 as part of our paid NGINX Plus subscriptions.
303 </para> 303 </para>
304 304
305 <para> 305 <para>
306 The following articles describe load balancing with NGINX Plus 306 The following articles describe load balancing with NGINX Plus
307 in more detail: 307 in more detail:
308 <list type="bullet" compact="no"> 308 <list type="bullet" compact="no">
309 309
310 <listitem> 310 <listitem>
311 <link url="http://nginx.com/blog/load-balancing-with-nginx-plus/"> 311 <link url="https://www.nginx.com/blog/load-balancing-with-nginx-plus/">
312 Load Balancing with NGINX and NGINX Plus</link> 312 Load Balancing with NGINX and NGINX Plus</link>
313 </listitem> 313 </listitem>
314 314
315 <listitem> 315 <listitem>
316 <link url="http://nginx.com/blog/load-balancing-with-nginx-plus-part2/"> 316 <link url="https://www.nginx.com/blog/load-balancing-with-nginx-plus-part2/">
317 Load Balancing with NGINX and NGINX Plus part 2</link> 317 Load Balancing with NGINX and NGINX Plus part 2</link>
318 </listitem> 318 </listitem>
319 319
320 </list> 320 </list>
321 </para> 321 </para>