Skip to content

Commit 57c5528

Browse files
author
HAProxy Community
committed
Update docs for 3.0
1 parent 2cfb289 commit 57c5528

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

docs/3.0/configuration.html

Lines changed: 13 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.0.23 - Configuration Manual</title>
5+
<title>HAProxy version 3.0.23-23 - 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" />
@@ -4331,7 +4331,7 @@
43314331
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43324332
</p>
43334333
<p class="text-right">
4334-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/11</b></small>
4334+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/21</b></small>
43354335
</p>
43364336
</div>
43374337
<!-- /.sidebar -->
@@ -4342,7 +4342,7 @@
43424342
<div class="text-center">
43434343
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43444344
<h2>Configuration Manual</h2>
4345-
<p><strong>version 3.0.23</strong></p>
4345+
<p><strong>version 3.0.23-23</strong></p>
43464346
<p>
43474347
2026/05/11<br>
43484348

@@ -11939,7 +11939,10 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1193911939

1194011940
none don't hash the key, the key will be used as a hash, this can be
1194111941
useful to manually hash the key using a converter for that purpose
11942-
and let haproxy use the result directly.
11942+
and let haproxy use the result directly. The operation will
11943+
convert the key to a string if it is not already, and parse it as
11944+
an integer whose value will be used as the key. Some input key
11945+
types might not be relevant here (e.g. IP addresses).
1194311946

1194411947
&lt;modifier&gt; indicates an optional method applied after hashing the key :
1194511948

@@ -22355,7 +22358,11 @@ <h3 id="chapter-5.3.2" data-target="5.3.2"><small><a class="small" href="#5.3.2"
2235522358
As a DNS server may not answer all the IPs in one DNS request, HAProxy keeps
2235622359
a cache of previous answers, an answer will be considered obsolete after
2235722360
&lt;hold obsolete&gt; seconds without the IP returned.
22358-
</pre><a class="anchor" name="resolvers"></a><a class="anchor" name="5-resolvers"></a><a class="anchor" name="5.3.2-resolvers"></a><a class="anchor" name="resolvers (Bind and server options)"></a><a class="anchor" name="resolvers (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="resolvers"></a><a href="#5.3.2-resolvers">resolvers</a></b> <span style="color: #080">&lt;resolvers id&gt;</span></div><pre class="text"> Creates a new name server list labeled &lt;resolvers id&gt;
22361+
</pre><a class="anchor" name="resolvers"></a><a class="anchor" name="5-resolvers"></a><a class="anchor" name="5.3.2-resolvers"></a><a class="anchor" name="resolvers (Bind and server options)"></a><a class="anchor" name="resolvers (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="resolvers"></a><a href="#5.3.2-resolvers">resolvers</a></b> <span style="color: #080">&lt;resolvers id&gt;</span></div><pre class="text"> Creates a new name server list labeled &lt;resolvers id&gt;. As mentioned above,
22362+
the special name &quot;default&quot; always exists and will be automatically created if
22363+
not explicitly declared; this will be the one internal services such as
22364+
httpclient rely on. Declaring a &quot;default&quot; entry will affect how such services
22365+
perform their name resolution.
2235922366

2236022367
A resolvers section accept the following parameters:
2236122368
</pre><a class="anchor" name="accepted_payload_size"></a><a class="anchor" name="5-accepted_payload_size"></a><a class="anchor" name="5.3.2-accepted_payload_size"></a><a class="anchor" name="accepted_payload_size (Bind and server options)"></a><a class="anchor" name="accepted_payload_size (The resolvers section)"></a><div class="keyword"><b><a class="anchor" name="accepted_payload_size"></a><a href="#5.3.2-accepted_payload_size">accepted_payload_size</a></b> <span style="color: #080">&lt;nb&gt;</span></div><pre class="text">Defines the maximum payload size accepted by HAProxy and announced to all the
@@ -30885,7 +30892,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3088530892
<br>
3088630893
<hr>
3088730894
<div class="text-right">
30888-
HAProxy 3.0.23 &ndash; Configuration Manual<br>
30895+
HAProxy 3.0.23-23 &ndash; Configuration Manual<br>
3088930896
<small>, 2026/05/11</small>
3089030897
</div>
3089130898
</div>

docs/3.0/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.0.23 - Starter Guide</title>
5+
<title>HAProxy version 3.0.23-23 - 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/05/11</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/05/21</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.0.23</strong></p>
498+
<p><strong>version 3.0.23-23</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.0.23 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.23-23 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.0/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.0.23 - Management Guide</title>
5+
<title>HAProxy version 3.0.23-23 - 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" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/11</b></small>
649+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/21</b></small>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.0.23</strong></p>
660+
<p><strong>version 3.0.23-23</strong></p>
661661
<p>
662662
<br>
663663

@@ -5347,7 +5347,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53475347
<br>
53485348
<hr>
53495349
<div class="text-right">
5350-
HAProxy 3.0.23 &ndash; Management Guide<br>
5350+
HAProxy 3.0.23-23 &ndash; Management Guide<br>
53515351
<small>, </small>
53525352
</div>
53535353
</div>

0 commit comments

Comments
 (0)