Skip to content

Commit b8d1a5a

Browse files
author
HAProxy Community
committed
Update docs for 3.1
1 parent 5125cea commit b8d1a5a

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

docs/3.1/configuration.html

Lines changed: 11 additions & 6 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.1.13-3 - Configuration Manual</title>
5+
<title>HAProxy version 3.1.13-10 - 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" />
@@ -4434,7 +4434,7 @@
44344434
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44354435
</p>
44364436
<p class="text-right">
4437-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/29</b></small>
4437+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/02/11</b></small>
44384438
</p>
44394439
</div>
44404440
<!-- /.sidebar -->
@@ -4445,7 +4445,7 @@
44454445
<div class="text-center">
44464446
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44474447
<h2>Configuration Manual</h2>
4448-
<p><strong>version 3.1.13-3</strong></p>
4448+
<p><strong>version 3.1.13-10</strong></p>
44494449
<p>
44504450
2026/01/29<br>
44514451

@@ -22124,7 +22124,10 @@ <h2 id="chapter-5.2" data-target="5.2"><small><a class="small" href="#5.2">5.2.<
2212422124

2212522125
id The node keys will be derived from the server's numeric
2212622126
identifier as set from &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">id<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#id%20%28Alphabetically%20sorted%20keywords%20reference%29">Alphabetically sorted keywords reference</a></li><li><a href="#id%20%28Bind%20options%29">Bind options</a></li><li><a href="#id%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot; or which defaults to its position
22127-
in the server list.
22127+
in the server list. This is the default. Note that only the 28
22128+
lowest bits of the ID will be used (i.e. (id % 268435456)), so
22129+
better only use values comprised between 1 and this value to
22130+
avoid overlap.
2212822131

2212922132
addr The node keys will be derived from the server's address, when
2213022133
available, or else fall back on &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">id<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#id%20%28Alphabetically%20sorted%20keywords%20reference%29">Alphabetically sorted keywords reference</a></li><li><a href="#id%20%28Bind%20options%29">Bind options</a></li><li><a href="#id%20%28Server%20and%20default-server%20options%29">Server and default-server options</a></li></ul></span>&quot;.
@@ -22136,7 +22139,9 @@ <h2 id="chapter-5.2" data-target="5.2"><small><a class="small" href="#5.2">5.2.<
2213622139
HAProxy processes are balancing traffic to the same set of servers. If the
2213722140
server order of each process is different (because, for example, DNS records
2213822141
were resolved in different orders) then this will allow each independent
22139-
HAProxy processes to agree on routing decisions.
22142+
HAProxy processes to agree on routing decisions. Note: &quot;balance random&quot; also
22143+
uses &quot;hash-type consistent&quot;, and the quality of the distribution will depend
22144+
on the quality of the keys.
2214022145
</pre><a class="anchor" name="id"></a><a class="anchor" name="5-id"></a><a class="anchor" name="5.2-id"></a><a class="anchor" name="id (Bind and server options)"></a><a class="anchor" name="id (Server and default-server options)"></a><div class="keyword"><b><a class="anchor" name="id"></a><a href="#5.2-id">id</a></b> <span style="color: #080">&lt;value&gt;</span></div><pre class="text">May be used in the following contexts: tcp, http, log
2214122146

2214222147
Set a persistent ID for the server. This ID must be positive and unique for
@@ -31890,7 +31895,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3189031895
<br>
3189131896
<hr>
3189231897
<div class="text-right">
31893-
HAProxy 3.1.13-3 &ndash; Configuration Manual<br>
31898+
HAProxy 3.1.13-10 &ndash; Configuration Manual<br>
3189431899
<small>, 2026/01/29</small>
3189531900
</div>
3189631901
</div>

docs/3.1/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.1.13-3 - Starter Guide</title>
5+
<title>HAProxy version 3.1.13-10 - 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>2026/01/29</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>2026/02/11</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.1.13-3</strong></p>
498+
<p><strong>version 3.1.13-10</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.1.13-3 &ndash; Starter Guide<br>
2518+
HAProxy 3.1.13-10 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.1/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.1.13-3 - Management Guide</title>
5+
<title>HAProxy version 3.1.13-10 - 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" />
@@ -652,7 +652,7 @@
652652
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
653653
</p>
654654
<p class="text-right">
655-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/29</b></small>
655+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/02/11</b></small>
656656
</p>
657657
</div>
658658
<!-- /.sidebar -->
@@ -663,7 +663,7 @@
663663
<div class="text-center">
664664
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
665665
<h2>Management Guide</h2>
666-
<p><strong>version 3.1.13-3</strong></p>
666+
<p><strong>version 3.1.13-10</strong></p>
667667
<p>
668668
<br>
669669

@@ -5435,7 +5435,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
54355435
<br>
54365436
<hr>
54375437
<div class="text-right">
5438-
HAProxy 3.1.13-3 &ndash; Management Guide<br>
5438+
HAProxy 3.1.13-10 &ndash; Management Guide<br>
54395439
<small>, </small>
54405440
</div>
54415441
</div>

0 commit comments

Comments
 (0)