Skip to content

Commit 6497a68

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 18b93ec commit 6497a68

3 files changed

Lines changed: 27 additions & 17 deletions

File tree

docs/dev/configuration.html

Lines changed: 19 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.3-dev8-70 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev8-94 - 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" />
@@ -4617,7 +4617,7 @@
46174617
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46184618
</p>
46194619
<p class="text-right">
4620-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/08</b></small>
4620+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/09/11</b></small>
46214621
</p>
46224622
</div>
46234623
<!-- /.sidebar -->
@@ -4628,7 +4628,7 @@
46284628
<div class="text-center">
46294629
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46304630
<h2>Configuration Manual</h2>
4631-
<p><strong>version 3.3-dev8-70</strong></p>
4631+
<p><strong>version 3.3-dev8-94</strong></p>
46324632
<p>
46334633
2025/09/05<br>
46344634

@@ -8408,11 +8408,21 @@ <h2 id="chapter-3.1" data-target="3.1"><small><a class="small" href="#3.1">3.1.<
84088408
</pre><a class="anchor" name="key-base"></a><a class="anchor" name="3-key-base"></a><a class="anchor" name="3.1-key-base"></a><a class="anchor" name="key-base (Global section)"></a><a class="anchor" name="key-base (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="key-base"></a><a href="#3.1-key-base">key-base</a></b> <span style="color: #080">&lt;dir&gt;</span></div><pre class="text">Assigns a default directory to fetch SSL private keys from when a relative
84098409
path is used with &quot;<a href="#key">key</a>&quot; directives. Absolute locations specified prevail and
84108410
ignore &quot;<span class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">key-base<span class="caret"></span></a><ul class="dropdown-menu"><li class="dropdown-header">This keyword is available in sections :</li><li><a href="#key-base%20%28Certificate%20Storage%29">Certificate Storage</a></li><li><a href="#key-base%20%28Process%20management%20and%20security%29">Process management and security</a></li></ul></span>&quot;. This option only works with a crt-store load line.
8411-
</pre><a class="anchor" name="limited-quic"></a><a class="anchor" name="3-limited-quic"></a><a class="anchor" name="3.1-limited-quic"></a><a class="anchor" name="limited-quic (Global section)"></a><a class="anchor" name="limited-quic (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="limited-quic"></a><a href="#3.1-limited-quic">limited-quic</a></b></div><pre class="text">This setting must be used to explicitly enable the QUIC listener bindings when
8412-
haproxy is compiled against a TLS/SSL stack without QUIC support, typically
8413-
OpenSSL. It has no effect when haproxy is compiled against a TLS/SSL stack
8414-
with QUIC support, quictls for instance. Note that QUIC 0-RTT is not supported
8415-
when this setting is set.
8411+
</pre><a class="anchor" name="limited-quic"></a><a class="anchor" name="3-limited-quic"></a><a class="anchor" name="3.1-limited-quic"></a><a class="anchor" name="limited-quic (Global section)"></a><a class="anchor" name="limited-quic (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="limited-quic"></a><a href="#3.1-limited-quic">limited-quic</a></b></div><pre class="text">This setting must be used to explicitly enable the QUIC listener bindings
8412+
when haproxy is compiled with a version of OpenSSL without QUIC support. It
8413+
activates an haproxy internal compatibility layer which must have been
8414+
selected at build time with USE_QUIC_OPENSSL_COMPAT=1. This compatibility
8415+
layer supports most of the necessary TLS operations, albeit without QUIC
8416+
0-RTT capability.
8417+
8418+
This feature is primarily targetted for OpenSSL prior to version 3.5.2, where
8419+
QUIC API was not implemented or only partially. The compatibility layer can
8420+
still be activated for version 3.5.2 and above, but this is probably
8421+
unnecessary.
8422+
8423+
If limited-quic is set but the compatibility layer was not selected at build
8424+
time, the option is silently ignored and QUIC TLS operations rely on the TLS
8425+
library.
84168426
</pre><a class="anchor" name="localpeer"></a><a class="anchor" name="3-localpeer"></a><a class="anchor" name="3.1-localpeer"></a><a class="anchor" name="localpeer (Global section)"></a><a class="anchor" name="localpeer (Process management and security)"></a><div class="keyword"><b><a class="anchor" name="localpeer"></a><a href="#3.1-localpeer">localpeer</a></b> <span style="color: #080">&lt;name&gt;</span></div><pre class="text">Sets the local instance's peer name. It will be ignored if the &quot;-L&quot;
84178427
command line argument is specified or if used after &quot;<a href="#peers">peers</a>&quot; section
84188428
definitions. In such cases, a warning message will be emitted during
@@ -33297,7 +33307,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3329733307
<br>
3329833308
<hr>
3329933309
<div class="text-right">
33300-
HAProxy 3.3-dev8-70 &ndash; Configuration Manual<br>
33310+
HAProxy 3.3-dev8-94 &ndash; Configuration Manual<br>
3330133311
<small>, 2025/09/05</small>
3330233312
</div>
3330333313
</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-dev8-70 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev8-94 - 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/09/08</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/09/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-dev8-70</strong></p>
498+
<p><strong>version 3.3-dev8-94</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-dev8-70 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev8-94 &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.3-dev8-70 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev8-94 - 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/09/08</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/09/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-dev8-70</strong></p>
676+
<p><strong>version 3.3-dev8-94</strong></p>
677677
<p>
678678
<br>
679679

@@ -5622,7 +5622,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
56225622
<br>
56235623
<hr>
56245624
<div class="text-right">
5625-
HAProxy 3.3-dev8-70 &ndash; Management Guide<br>
5625+
HAProxy 3.3-dev8-94 &ndash; Management Guide<br>
56265626
<small>, </small>
56275627
</div>
56285628
</div>

0 commit comments

Comments
 (0)