Skip to content

Commit 341da87

Browse files
author
HAProxy Community
committedMay 3, 2025
Update docs for dev
1 parent b1afe78 commit 341da87

File tree

3 files changed

+25
-16
lines changed

3 files changed

+25
-16
lines changed
 

‎docs/dev/configuration.html

Lines changed: 17 additions & 8 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.2-dev13 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev14-2 - 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" />
@@ -4557,7 +4557,7 @@
45574557
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45584558
</p>
45594559
<p class="text-right">
4560-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/30</b></small>
4560+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/02</b></small>
45614561
</p>
45624562
</div>
45634563
<!-- /.sidebar -->
@@ -4568,9 +4568,9 @@
45684568
<div class="text-center">
45694569
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
45704570
<h2>Configuration Manual</h2>
4571-
<p><strong>version 3.2-dev13</strong></p>
4571+
<p><strong>version 3.2-dev14-2</strong></p>
45724572
<p>
4573-
2025/04/30<br>
4573+
2025/05/02<br>
45744574

45754575
</p>
45764576
</div>
@@ -9387,6 +9387,9 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
93879387
will implicitly default to &quot;pre-3.1-bug&quot; to match with the historical
93889388
behavior. It is recommended to set this option to &quot;normal&quot; after ensuring
93899389
that in-use Lua scripts are properly handling bool haproxy samples as booleans.
9390+
9391+
This setting must be set before any &quot;<a href="#lua-load">lua-load</a>&quot; or &quot;<a href="#lua-load-per-thread">lua-load-per-thread</a>&quot;
9392+
directive for it to be considered, else it is ignored.
93909393
</pre><a class="anchor" name="tune.lua.burst-timeout"></a><a class="anchor" name="3-tune.lua.burst-timeout"></a><a class="anchor" name="3.2-tune.lua.burst-timeout"></a><a class="anchor" name="tune.lua.burst-timeout (Global parameters)"></a><a class="anchor" name="tune.lua.burst-timeout (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.lua.burst-timeout"></a><a href="#3.2-tune.lua.burst-timeout">tune.lua.burst-timeout</a></b> <span style="color: #080">&lt;timeout&gt;</span></div><pre class="text">The &quot;burst&quot; execution timeout applies to any Lua handler. If the handler
93919394
fails to finish or yield before timeout is reached, it will be aborted to
93929395
prevent thread contention, to prevent traffic from not being served for too
@@ -10946,8 +10949,14 @@ <h2 id="chapter-3.13" data-target="3.13"><small><a class="small" href="#3.13">3.
1094610949
it could block the event loop, blocking the traffic on the same thread. Meaning
1094710950
that the certificates and keys generated from HAProxy will need to be dumped
1094810951
from outside HAProxy using &quot;dump ssl cert&quot; on the stats socket.
10949-
The generation is not scheduled and must be triggered using the CLI command
10950-
&quot;acme renew&quot;. See also &quot;acme ps&quot; in the management guide.
10952+
External Account Binding (EAB) is not supported.
10953+
10954+
The ACME scheduler starts at HAProxy startup, it will loop over the
10955+
certificates and start an ACME renewal task when the notAfter task is past
10956+
curtime + (notAfter - notBefore) / 12, or 7 days if notBefore is not defined.
10957+
The scheduler will then sleep and wakeup after 12 hours.
10958+
It is possible to start manually a renewal task with &quot;acme renew'.
10959+
See also &quot;acme ps&quot; in the management guide.
1095110960

1095210961
The following keywords are usable in the ACME section:
1095310962
</pre><a class="anchor" name="account-key"></a><a class="anchor" name="3-account-key"></a><a class="anchor" name="3.13-account-key"></a><a class="anchor" name="account-key (Global parameters)"></a><a class="anchor" name="account-key (ACME)"></a><div class="keyword"><b><a class="anchor" name="account-key"></a><a href="#3.13-account-key">account-key</a></b> <span style="color: #080">&lt;filename&gt;</span></div><pre class="text">Configure the path to the account key. The key need to be generated before
@@ -32652,8 +32661,8 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3265232661
<br>
3265332662
<hr>
3265432663
<div class="text-right">
32655-
HAProxy 3.2-dev13 &ndash; Configuration Manual<br>
32656-
<small>, 2025/04/30</small>
32664+
HAProxy 3.2-dev14-2 &ndash; Configuration Manual<br>
32665+
<small>, 2025/05/02</small>
3265732666
</div>
3265832667
</div>
3265932668
<!-- /.col-lg-12 -->

‎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.2-dev13 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev14-2 - 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/04/30</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/05/02</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.2-dev13</strong></p>
498+
<p><strong>version 3.2-dev14-2</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.2-dev13 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev14-2 &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.2-dev13 - Management Guide</title>
5+
<title>HAProxy version 3.2-dev14-2 - 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" />
@@ -660,7 +660,7 @@
660660
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
661661
</p>
662662
<p class="text-right">
663-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/30</b></small>
663+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/02</b></small>
664664
</p>
665665
</div>
666666
<!-- /.sidebar -->
@@ -671,7 +671,7 @@
671671
<div class="text-center">
672672
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
673673
<h2>Management Guide</h2>
674-
<p><strong>version 3.2-dev13</strong></p>
674+
<p><strong>version 3.2-dev14-2</strong></p>
675675
<p>
676676
<br>
677677

@@ -5587,7 +5587,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55875587
<br>
55885588
<hr>
55895589
<div class="text-right">
5590-
HAProxy 3.2-dev13 &ndash; Management Guide<br>
5590+
HAProxy 3.2-dev14-2 &ndash; Management Guide<br>
55915591
<small>, </small>
55925592
</div>
55935593
</div>

0 commit comments

Comments
 (0)
Failed to load comments.