Skip to content

Commit ba6dce9

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent cf848b3 commit ba6dce9

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

docs/dev/configuration.html

Lines changed: 8 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.3-dev6-18 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev6-34 - 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" />
@@ -4597,7 +4597,7 @@
45974597
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45984598
</p>
45994599
<p class="text-right">
4600-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/06</b></small>
4600+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/11</b></small>
46014601
</p>
46024602
</div>
46034603
<!-- /.sidebar -->
@@ -4608,7 +4608,7 @@
46084608
<div class="text-center">
46094609
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46104610
<h2>Configuration Manual</h2>
4611-
<p><strong>version 3.3-dev6-18</strong></p>
4611+
<p><strong>version 3.3-dev6-34</strong></p>
46124612
<p>
46134613
2025/08/06<br>
46144614

@@ -33060,8 +33060,8 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3306033060
Setting a too high value can trigger a warning if your machine is not
3306133061
powerful enough. (This can be configured with &quot;<a href="#warn-blocked-traffic-after">warn-blocked-traffic-after</a>&quot;
3306233062
but blocking the traffic too long could trigger the watchdog.)
33063-
</pre><a class="anchor" name="challenge"></a><a class="anchor" name="12-challenge"></a><a class="anchor" name="12.8-challenge"></a><a class="anchor" name="challenge (Other sections)"></a><a class="anchor" name="challenge (ACME)"></a><div class="keyword"><b><a class="anchor" name="challenge"></a><a href="#12.8-challenge">challenge</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">Takes a challenge type as parameter, this must be HTTP-01 or DNS-01. When not
33064-
used the default is HTTP-01.
33063+
</pre><a class="anchor" name="challenge"></a><a class="anchor" name="12-challenge"></a><a class="anchor" name="12.8-challenge"></a><a class="anchor" name="challenge (Other sections)"></a><a class="anchor" name="challenge (ACME)"></a><div class="keyword"><b><a class="anchor" name="challenge"></a><a href="#12.8-challenge">challenge</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">Takes a challenge type as parameter, this must be http-01 or dns-01. When not
33064+
used the default is http-01.
3306533065
</pre><a class="anchor" name="contact"></a><a class="anchor" name="12-contact"></a><a class="anchor" name="12.8-contact"></a><a class="anchor" name="contact (Other sections)"></a><a class="anchor" name="contact (ACME)"></a><div class="keyword"><b><a class="anchor" name="contact"></a><a href="#12.8-contact">contact</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">The contact email that will be associated to the account key in the CA.
3306633066
</pre><a class="anchor" name="curves"></a><a class="anchor" name="12-curves"></a><a class="anchor" name="12.8-curves"></a><a class="anchor" name="curves (Other sections)"></a><a class="anchor" name="curves (ACME)"></a><div class="keyword"><b><a class="anchor" name="curves"></a><a href="#12.8-curves">curves</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">When using the ECDSA keytype, configure the curves. The default is P-384.
3306733067
</pre><a class="anchor" name="directory"></a><a class="anchor" name="12-directory"></a><a class="anchor" name="12.8-directory"></a><a class="anchor" name="directory (Other sections)"></a><a class="anchor" name="directory (ACME)"></a><div class="keyword"><b><a class="anchor" name="directory"></a><a href="#12.8-directory">directory</a></b> <span style="color: #080">&lt;string&gt;</span></div><pre class="text">This keyword configures the directory URL for the CA used by this acme
@@ -33096,7 +33096,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3309633096
directory https://acme-staging-v02.api.letsencrypt.org/directory
3309733097
account-key /etc/haproxy/letsencrypt.account.key
3309833098
33099-
challenge HTTP-01
33099+
challenge http-01
3310033100
keytype RSA
3310133101
bits 2048
3310233102
map virt@acme
@@ -33105,7 +33105,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3310533105
directory https://acme-staging-v02.api.letsencrypt.org/directory
3310633106
account-key /etc/haproxy/letsencrypt.account.key
3310733107
33108-
challenge HTTP-01
33108+
challenge http-01
3310933109
keytype ECDSA
3311033110
curves P-384
3311133111
map virt@acme
@@ -33116,7 +33116,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3311633116
<br>
3311733117
<hr>
3311833118
<div class="text-right">
33119-
HAProxy 3.3-dev6-18 &ndash; Configuration Manual<br>
33119+
HAProxy 3.3-dev6-34 &ndash; Configuration Manual<br>
3312033120
<small>, 2025/08/06</small>
3312133121
</div>
3312233122
</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.3-dev6-18 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev6-34 - 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/08/06</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/08/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.3-dev6-18</strong></p>
498+
<p><strong>version 3.3-dev6-34</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.3-dev6-18 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev6-34 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

Lines changed: 10 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.3-dev6-18 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev6-34 - 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" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/06</b></small>
665+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/11</b></small>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.3-dev6-18</strong></p>
676+
<p><strong>version 3.3-dev6-34</strong></p>
677677
<p>
678678
<br>
679679

@@ -1046,6 +1046,12 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1>
10461046
-c : only performs a check of the configuration files and exits before trying
10471047
to bind. The exit status is zero if everything is OK, or non-zero if an
10481048
error is encountered. Presence of warnings will be reported if any.
1049+
By default this option does not report a success message. Combined with
1050+
&quot;-V&quot; this will print the message &quot;Configuration file is valid&quot; upon
1051+
success.
1052+
1053+
Scripts must use the exit status to dertermine the success of the
1054+
command.
10491055

10501056
-cc : evaluates a condition as used within a conditional block of the
10511057
configuration. The exit status is zero if the condition is true, 1 if the
@@ -5568,7 +5574,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55685574
<br>
55695575
<hr>
55705576
<div class="text-right">
5571-
HAProxy 3.3-dev6-18 &ndash; Management Guide<br>
5577+
HAProxy 3.3-dev6-34 &ndash; Management Guide<br>
55725578
<small>, </small>
55735579
</div>
55745580
</div>

0 commit comments

Comments
 (0)