|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev4-63 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2-dev4-89 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4454 | 4454 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4455 | 4455 | </p> |
4456 | 4456 | <p class="text-right"> |
4457 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/02/03</b></small> |
| 4457 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/02/06</b></small> |
4458 | 4458 | </p> |
4459 | 4459 | </div> |
4460 | 4460 | <!-- /.sidebar --> |
|
4465 | 4465 | <div class="text-center"> |
4466 | 4466 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4467 | 4467 | <h2>Configuration Manual</h2> |
4468 | | - <p><strong>version 3.2-dev4-63</strong></p> |
| 4468 | + <p><strong>version 3.2-dev4-89</strong></p> |
4469 | 4469 | <p> |
4470 | 4470 | 2025/01/24<br> |
4471 | 4471 |
|
@@ -15431,7 +15431,8 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
15431 | 15431 | third retry. You can disable redispatches with a value of 0.</pre> |
15432 | 15432 | </div> |
15433 | 15433 | <pre class="text">In HTTP mode, if a server designated by a cookie is down, clients may |
15434 | | -definitely stick to it because they cannot flush the cookie, so they will not |
| 15434 | +definitely stick to it, for example when using "<a href="#option%20persist">option persist</a>" or |
| 15435 | +"<a href="#force-persist">force-persist</a>", because they cannot flush the cookie, so they will not |
15435 | 15436 | be able to access the service anymore. |
15436 | 15437 |
|
15437 | 15438 | Specifying "<a href="#option%20redispatch">option redispatch</a>" will allow the proxy to break cookie or |
@@ -15463,7 +15464,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
15463 | 15464 |
|
15464 | 15465 | If this option has been enabled in a "defaults" section, it can be disabled |
15465 | 15466 | in a specific instance by prepending the "no" keyword before it. |
15466 | | -</pre><div class="page-header"><b>See also :</b> "<a href="#retries">retries</a>", "<a href="#force-persist">force-persist</a>"</div> |
| 15467 | +</pre><div class="page-header"><b>See also :</b> "<a href="#option%20persist">option persist</a>", "<a href="#force-persist">force-persist</a>", "<a href="#retries">retries</a>"</div> |
15467 | 15468 | <a class="anchor" name="option"></a><a class="anchor" name="4-option"></a><a class="anchor" name="4.2-option"></a><a class="anchor" name="option (Proxies)"></a><a class="anchor" name="option (Alphabetically sorted keywords reference)"></a><a class="anchor" name="option redis-check"></a><a class="anchor" name="4-option redis-check"></a><a class="anchor" name="4.2-option redis-check"></a><a class="anchor" name="option redis-check (Proxies)"></a><a class="anchor" name="option redis-check (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="option redis-check"></a><a href="#4.2-option%20redis-check">option redis-check</a></b></div><pre class="text">Use redis health checks for server testing |
15468 | 15469 |
|
15469 | 15470 | May be used in the following contexts: tcp |
@@ -31837,7 +31838,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31837 | 31838 | <br> |
31838 | 31839 | <hr> |
31839 | 31840 | <div class="text-right"> |
31840 | | - HAProxy 3.2-dev4-63 – Configuration Manual<br> |
| 31841 | + HAProxy 3.2-dev4-89 – Configuration Manual<br> |
31841 | 31842 | <small>, 2025/01/24</small> |
31842 | 31843 | </div> |
31843 | 31844 | </div> |
|
0 commit comments