comparison xml/en/docs/http/load_balancing.xml @ 3046:2be49a02a2e3

Free nginx: various marketing links removed.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:05:55 +0300
parents 4cafd82e5007
children
comparison
equal deleted inserted replaced
3045:91a2ee74ca72 3046:2be49a02a2e3
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="5"> 12 rev="6">
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
288 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>. 288 <link doc="ngx_http_upstream_module.xml" id="keepalive"/>.
289 For more information please check our 289 For more information please check our
290 <link url="..">reference documentation</link>. 290 <link url="..">reference documentation</link>.
291 </para> 291 </para>
292 292
293 <para>
294 Last but not least,
295 <link url="https://www.nginx.com/products/application-load-balancing/">
296 application load balancing</link>,
297 <link url="https://www.nginx.com/products/application-health-checks/">
298 application health checks</link>,
299 <link url="https://www.nginx.com/products/live-activity-monitoring/">
300 activity monitoring</link> and
301 <link url="https://www.nginx.com/products/on-the-fly-reconfiguration/">
302 on-the-fly reconfiguration</link> of server groups are available
303 as part of our paid NGINX Plus subscriptions.
304 </para>
305
306 <para>
307 The following articles describe load balancing with NGINX Plus
308 in more detail:
309 <list type="bullet" compact="no">
310
311 <listitem>
312 <link url="https://www.nginx.com/blog/load-balancing-with-nginx-plus/">
313 Load Balancing with NGINX and NGINX Plus</link>
314 </listitem>
315
316 <listitem>
317 <link url="https://www.nginx.com/blog/load-balancing-with-nginx-plus-part2/">
318 Load Balancing with NGINX and NGINX Plus part 2</link>
319 </listitem>
320
321 </list>
322 </para>
323
324 </section> 293 </section>
325 294
326 </article> 295 </article>