Skip to content

Commit 8dedac7

Browse files
author
HAProxy Community
committed
Update docs for 3.0
1 parent 631f04c commit 8dedac7

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

docs/3.0/configuration.html

Lines changed: 13 additions & 10 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.0.11 - Configuration Manual</title>
5+
<title>HAProxy version 3.0.11-14 - 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" />
@@ -4327,7 +4327,7 @@
43274327
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43284328
</p>
43294329
<p class="text-right">
4330-
<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/02</b></small>
4330+
<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/17</b></small>
43314331
</p>
43324332
</div>
43334333
<!-- /.sidebar -->
@@ -4338,7 +4338,7 @@
43384338
<div class="text-center">
43394339
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43404340
<h2>Configuration Manual</h2>
4341-
<p><strong>version 3.0.11</strong></p>
4341+
<p><strong>version 3.0.11-14</strong></p>
43424342
<p>
43434343
2025/06/02<br>
43444344

@@ -6615,7 +6615,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.<
66156615
of the name identifying the list. It means, for a given filename, Optional
66166616
files and regular files reference the same list of pattern.
66176617

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

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

1340613406
* In H1 only, NULL character in header value will be accepted;
1340713407

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

1341413417
* In H1 and H2, URLs containing fragment references ('#' after the path)
1341513418
will be accepted;
@@ -30777,7 +30780,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3077730780
<br>
3077830781
<hr>
3077930782
<div class="text-right">
30780-
HAProxy 3.0.11 &ndash; Configuration Manual<br>
30783+
HAProxy 3.0.11-14 &ndash; Configuration Manual<br>
3078130784
<small>, 2025/06/02</small>
3078230785
</div>
3078330786
</div>

docs/3.0/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.0.11 - Starter Guide</title>
5+
<title>HAProxy version 3.0.11-14 - 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/06/02</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/17</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.0.11</strong></p>
498+
<p><strong>version 3.0.11-14</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.0.11 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.11-14 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.0/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.0.11 - Management Guide</title>
5+
<title>HAProxy version 3.0.11-14 - 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" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<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/02</b></small>
649+
<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/17</b></small>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.0.11</strong></p>
660+
<p><strong>version 3.0.11-14</strong></p>
661661
<p>
662662
<br>
663663

@@ -5313,7 +5313,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53135313
<br>
53145314
<hr>
53155315
<div class="text-right">
5316-
HAProxy 3.0.11 &ndash; Management Guide<br>
5316+
HAProxy 3.0.11-14 &ndash; Management Guide<br>
53175317
<small>, </small>
53185318
</div>
53195319
</div>

0 commit comments

Comments
 (0)