Skip to content

Commit 9fa1e2f

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent fc31cc7 commit 9fa1e2f

3 files changed

Lines changed: 19 additions & 17 deletions

File tree

docs/dev/configuration.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4709,7 +4709,7 @@
47094709
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47104710
</p>
47114711
<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>
47134713
</p>
47144714
</div>
47154715
<!-- /.sidebar -->
@@ -4720,7 +4720,7 @@
47204720
<div class="text-center">
47214721
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47224722
<h2>Configuration Manual</h2>
4723-
<p><strong>version 3.4-dev1-29</strong></p>
4723+
<p><strong>version 3.4-dev1-36</strong></p>
47244724
<p>
47254725
2025/12/10<br>
47264726

@@ -6506,8 +6506,8 @@ <h2 id="chapter-2.1" data-target="2.1"><small><a class="small" href="#2.1">2.1.<
65066506
In addition, some automatic identifiers may automatically be assigned to some
65076507
of the created objects (e.g. proxies), and by reordering sections, their
65086508
identifiers will change. These ones appear in the statistics for example. As
6509-
such, the configuration below will assign &quot;foo&quot; ID number 1 and &quot;bar&quot; ID number
6510-
2, which will be swapped if the two sections are reversed:
6509+
such, the configuration below will assign &quot;foo&quot; an ID number smaller than its
6510+
&quot;bar&quot; counterpart. This will be swapped if the two sections are reversed:
65116511

65126512
listen foo
65136513
bind :80
@@ -13736,9 +13736,11 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1373613736
<div class="separator">
1373713737
<span class="label label-info">Arguments :</span> none
1373813738
</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.
1374213744
</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">&lt;condition&gt;</span></div><pre class="text">Declare a condition to ignore persistence
1374313745

1374413746
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
3390433906
<br>
3390533907
<hr>
3390633908
<div class="text-right">
33907-
HAProxy 3.4-dev1-29 &ndash; Configuration Manual<br>
33909+
HAProxy 3.4-dev1-36 &ndash; Configuration Manual<br>
3390833910
<small>, 2025/12/10</small>
3390933911
</div>
3391033912
</div>

docs/dev/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.4-dev1-29 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev1-36 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.4-dev1-29</strong></p>
498+
<p><strong>version 3.4-dev1-36</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.4-dev1-29 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev1-36 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.4-dev1-29 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev1-36 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -680,7 +680,7 @@
680680
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
681681
</p>
682682
<p class="text-right">
683-
<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>
683+
<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>
684684
</p>
685685
</div>
686686
<!-- /.sidebar -->
@@ -691,7 +691,7 @@
691691
<div class="text-center">
692692
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
693693
<h2>Management Guide</h2>
694-
<p><strong>version 3.4-dev1-29</strong></p>
694+
<p><strong>version 3.4-dev1-36</strong></p>
695695
<p>
696696
<br>
697697

@@ -5769,7 +5769,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57695769
<br>
57705770
<hr>
57715771
<div class="text-right">
5772-
HAProxy 3.4-dev1-29 &ndash; Management Guide<br>
5772+
HAProxy 3.4-dev1-36 &ndash; Management Guide<br>
57735773
<small>, </small>
57745774
</div>
57755775
</div>

0 commit comments

Comments
 (0)