Skip to content

Commit 5ad81a8

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 5a4022f commit 5ad81a8

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

docs/dev/configuration.html

Lines changed: 9 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.3-dev4 - Configuration Manual</title>
5+
<title>HAProxy version 3.3-dev5 - 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" />
@@ -4595,7 +4595,7 @@
45954595
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45964596
</p>
45974597
<p class="text-right">
4598-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/07/26</b></small>
4598+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/07/28</b></small>
45994599
</p>
46004600
</div>
46014601
<!-- /.sidebar -->
@@ -4606,9 +4606,9 @@
46064606
<div class="text-center">
46074607
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46084608
<h2>Configuration Manual</h2>
4609-
<p><strong>version 3.3-dev4</strong></p>
4609+
<p><strong>version 3.3-dev5</strong></p>
46104610
<p>
4611-
2025/07/26<br>
4611+
2025/07/28<br>
46124612

46134613
</p>
46144614
</div>
@@ -7455,6 +7455,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
74557455
- <a href="#insecure-setuid-wanted">insecure-setuid-wanted</a>
74567456
- <a href="#issuers-chain-path">issuers-chain-path</a>
74577457
- <a href="#key-base">key-base</a>
7458+
- <a href="#limited-quic">limited-quic</a>
74587459
- <a href="#localpeer">localpeer</a>
74597460
- <a href="#log">log</a>
74607461
- <a href="#log-send-hostname">log-send-hostname</a>
@@ -7464,6 +7465,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
74647465
- <a href="#lua-prepend-path">lua-prepend-path</a>
74657466
- <a href="#mworker-max-reloads">mworker-max-reloads</a>
74667467
- <a href="#nbthread">nbthread</a>
7468+
- <a href="#no-quic">no-quic</a>
74677469
- <a href="#node">node</a>
74687470
- <a href="#numa-cpu-mapping">numa-cpu-mapping</a>
74697471
- <a href="#ocsp-update.disable">ocsp-update.disable</a>
@@ -7593,6 +7595,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
75937595
- <a href="#tune.pool-low-fd-ratio">tune.pool-low-fd-ratio</a>
75947596
- <a href="#tune.pt.zero-copy-forwarding">tune.pt.zero-copy-forwarding</a>
75957597
- <a href="#tune.quic.cc-hystart">tune.quic.cc-hystart</a>
7598+
- <a href="#tune.quic.cc.cubic.min-losses">tune.quic.cc.cubic.min-losses</a>
75967599
- <a href="#tune.quic.disable-tx-pacing">tune.quic.disable-tx-pacing</a>
75977600
- <a href="#tune.quic.disable-udp-gso">tune.quic.disable-udp-gso</a>
75987601
- <a href="#tune.quic.frontend.glitches-threshold">tune.quic.frontend.glitches-threshold</a>
@@ -33097,8 +33100,8 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3309733100
<br>
3309833101
<hr>
3309933102
<div class="text-right">
33100-
HAProxy 3.3-dev4 &ndash; Configuration Manual<br>
33101-
<small>, 2025/07/26</small>
33103+
HAProxy 3.3-dev5 &ndash; Configuration Manual<br>
33104+
<small>, 2025/07/28</small>
3310233105
</div>
3310333106
</div>
3310433107
<!-- /.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.3-dev4 - Starter Guide</title>
5+
<title>HAProxy version 3.3-dev5 - 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/07/26</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/07/28</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-dev4</strong></p>
498+
<p><strong>version 3.3-dev5</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-dev4 &ndash; Starter Guide<br>
2518+
HAProxy 3.3-dev5 &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-dev4 - Management Guide</title>
5+
<title>HAProxy version 3.3-dev5 - 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/07/26</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/07/28</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-dev4</strong></p>
676+
<p><strong>version 3.3-dev5</strong></p>
677677
<p>
678678
<br>
679679

@@ -5568,7 +5568,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55685568
<br>
55695569
<hr>
55705570
<div class="text-right">
5571-
HAProxy 3.3-dev4 &ndash; Management Guide<br>
5571+
HAProxy 3.3-dev5 &ndash; Management Guide<br>
55725572
<small>, </small>
55735573
</div>
55745574
</div>

0 commit comments

Comments
 (0)