Skip to content

Commit ada48ac

Browse files
author
HAProxy Community
committed
Update docs for 3.2
1 parent ecac1c9 commit ada48ac

3 files changed

Lines changed: 23 additions & 20 deletions

File tree

docs/3.2/configuration.html

Lines changed: 15 additions & 12 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.0 - Configuration Manual</title>
5+
<title>HAProxy version 3.2.1 - 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" />
@@ -4612,7 +4612,7 @@
46124612
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46134613
</p>
46144614
<p class="text-right">
4615-
<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/28</b></small>
4615+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/11</b></small>
46164616
</p>
46174617
</div>
46184618
<!-- /.sidebar -->
@@ -4623,9 +4623,9 @@
46234623
<div class="text-center">
46244624
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46254625
<h2>Configuration Manual</h2>
4626-
<p><strong>version 3.2.0</strong></p>
4626+
<p><strong>version 3.2.1</strong></p>
46274627
<p>
4628-
2025/05/28<br>
4628+
2025/06/11<br>
46294629

46304630
</p>
46314631
</div>
@@ -7109,7 +7109,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.<
71097109
of the name identifying the list. It means, for a given filename, Optional
71107110
files and regular files reference the same list of pattern.
71117111

7112-
* Lists of pattern based on virtual files: The name is just an identified. It
7112+
* Lists of pattern based on virtual files: The name is just an identifier. It
71137113
is not a reference to any file. &quot;virt@&quot; prefix must be used. It is part of
71147114
the name. Thus it cannot be mixed with other kind of lists.
71157115

@@ -14043,11 +14043,14 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1404314043

1404414044
* In H1 only, NULL character in header value will be accepted;
1404514045

14046-
* The list of characters allowed to appear in a URI is well defined by
14047-
RFC3986, and chars 0-31, 32 (space), 34 ('&quot;'), 60 ('&lt;'), 62 ('&gt;'), 92
14048-
('\'), 94 ('^'), 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete)
14049-
and anything above are normally not allowed. But here, in H1 only,
14050-
HAProxy will only block a number of them (0..32, 127);
14046+
* In H1 only, characters above 127 in the URI will be accepted. The list of
14047+
characters allowed to appear in a URI is well defined by RFC3986, and
14048+
chars 0-31, 32 (space), 34 ('&quot;'), 60 ('&lt;'), 62 ('&gt;'), 92 ('\'), 94 ('^'),
14049+
96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) and anything
14050+
above are normally not allowed. In H1, all character between (0..32) and
14051+
127 will always be blocked. All characters above 127 (excluded) will also
14052+
be blocked, except when this option is enabled. Other characters
14053+
(33..126) will not be checked at all.
1405114054

1405214055
* In H1 and H2, URLs containing fragment references ('#' after the path)
1405314056
will be accepted;
@@ -33047,8 +33050,8 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3304733050
<br>
3304833051
<hr>
3304933052
<div class="text-right">
33050-
HAProxy 3.2.0 &ndash; Configuration Manual<br>
33051-
<small>, 2025/05/28</small>
33053+
HAProxy 3.2.1 &ndash; Configuration Manual<br>
33054+
<small>, 2025/06/11</small>
3305233055
</div>
3305333056
</div>
3305433057
<!-- /.col-lg-12 -->

docs/3.2/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.0 - Starter Guide</title>
5+
<title>HAProxy version 3.2.1 - 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/05/28</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/06/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.2.0</strong></p>
498+
<p><strong>version 3.2.1</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.0 &ndash; Starter Guide<br>
2518+
HAProxy 3.2.1 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.2/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.0 - Management Guide</title>
5+
<title>HAProxy version 3.2.1 - 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/05/28</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/06/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.2.0</strong></p>
676+
<p><strong>version 3.2.1</strong></p>
677677
<p>
678678
<br>
679679

@@ -5561,7 +5561,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55615561
<br>
55625562
<hr>
55635563
<div class="text-right">
5564-
HAProxy 3.2.0 &ndash; Management Guide<br>
5564+
HAProxy 3.2.1 &ndash; Management Guide<br>
55655565
<small>, </small>
55665566
</div>
55675567
</div>

0 commit comments

Comments
 (0)