|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.4-dev1-29 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.4-dev1-36 - 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" /> |
|
4709 | 4709 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4710 | 4710 | </p> |
4711 | 4711 | <p class="text-right"> |
4712 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/20</b></small> |
| 4712 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/23</b></small> |
4713 | 4713 | </p> |
4714 | 4714 | </div> |
4715 | 4715 | <!-- /.sidebar --> |
|
4720 | 4720 | <div class="text-center"> |
4721 | 4721 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4722 | 4722 | <h2>Configuration Manual</h2> |
4723 | | - <p><strong>version 3.4-dev1-29</strong></p> |
| 4723 | + <p><strong>version 3.4-dev1-36</strong></p> |
4724 | 4724 | <p> |
4725 | 4725 | 2025/12/10<br> |
4726 | 4726 |
|
@@ -6506,8 +6506,8 @@ <h2 id="chapter-2.1" data-target="2.1"><small><a class="small" href="#2.1">2.1.< |
6506 | 6506 | In addition, some automatic identifiers may automatically be assigned to some |
6507 | 6507 | of the created objects (e.g. proxies), and by reordering sections, their |
6508 | 6508 | identifiers will change. These ones appear in the statistics for example. As |
6509 | | -such, the configuration below will assign "foo" ID number 1 and "bar" ID number |
6510 | | -2, which will be swapped if the two sections are reversed: |
| 6509 | +such, the configuration below will assign "foo" an ID number smaller than its |
| 6510 | +"bar" counterpart. This will be swapped if the two sections are reversed: |
6511 | 6511 |
|
6512 | 6512 | listen foo |
6513 | 6513 | bind :80 |
@@ -13736,9 +13736,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
13736 | 13736 | <div class="separator"> |
13737 | 13737 | <span class="label label-info">Arguments :</span> none |
13738 | 13738 | </div> |
13739 | | -<pre class="text">Set a persistent ID for the proxy. This ID must be unique and positive. |
13740 | | -An unused ID will automatically be assigned if unset. The first assigned |
13741 | | -value will be 1. This ID is currently only returned in statistics. |
| 13739 | +<pre class="text">Set a persistent ID for the proxy. This ID must be unique and positive. An |
| 13740 | +unused ID will automatically be assigned if unset. Due to an historical |
| 13741 | +behavior, value 1 is not used unless explicitely set. Thus, the lowest value |
| 13742 | +automatically assigned will be 2. This ID is currently only returned in |
| 13743 | +statistics. |
13742 | 13744 | </pre><a class="anchor" name="ignore-persist"></a><a class="anchor" name="4-ignore-persist"></a><a class="anchor" name="4.2-ignore-persist"></a><a class="anchor" name="ignore-persist (Proxies)"></a><a class="anchor" name="ignore-persist (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="ignore-persist"></a><a href="#4.2-ignore-persist">ignore-persist</a></b> <span style="color: #800">{ if | unless }</span> <span style="color: #080"><condition></span></div><pre class="text">Declare a condition to ignore persistence |
13743 | 13745 |
|
13744 | 13746 | May be used in the following contexts: tcp, http |
@@ -33904,7 +33906,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33904 | 33906 | <br> |
33905 | 33907 | <hr> |
33906 | 33908 | <div class="text-right"> |
33907 | | - HAProxy 3.4-dev1-29 – Configuration Manual<br> |
| 33909 | + HAProxy 3.4-dev1-36 – Configuration Manual<br> |
33908 | 33910 | <small>, 2025/12/10</small> |
33909 | 33911 | </div> |
33910 | 33912 | </div> |
|
0 commit comments