Skip to content

Commit 631f04c

Browse files
author
HAProxy Community
committed
Update docs for 3.1
1 parent b8ab7aa commit 631f04c

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

docs/3.1/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.1.8 - Configuration Manual</title>
5+
<title>HAProxy version 3.1.8-15 - 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" />
@@ -4430,7 +4430,7 @@
44304430
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44314431
</p>
44324432
<p class="text-right">
4433-
<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>
4433+
<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>
44344434
</p>
44354435
</div>
44364436
<!-- /.sidebar -->
@@ -4441,7 +4441,7 @@
44414441
<div class="text-center">
44424442
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44434443
<h2>Configuration Manual</h2>
4444-
<p><strong>version 3.1.8</strong></p>
4444+
<p><strong>version 3.1.8-15</strong></p>
44454445
<p>
44464446
2025/06/02<br>
44474447

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

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

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

1399013990
* In H1 only, NULL character in header value will be accepted;
1399113991

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

1399814001
* In H1 and H2, URLs containing fragment references ('#' after the path)
1399914002
will be accepted;
@@ -31783,7 +31786,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3178331786
<br>
3178431787
<hr>
3178531788
<div class="text-right">
31786-
HAProxy 3.1.8 &ndash; Configuration Manual<br>
31789+
HAProxy 3.1.8-15 &ndash; Configuration Manual<br>
3178731790
<small>, 2025/06/02</small>
3178831791
</div>
3178931792
</div>

docs/3.1/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.1.8 - Starter Guide</title>
5+
<title>HAProxy version 3.1.8-15 - 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.1.8</strong></p>
498+
<p><strong>version 3.1.8-15</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.1.8 &ndash; Starter Guide<br>
2518+
HAProxy 3.1.8-15 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.1/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.1.8 - Management Guide</title>
5+
<title>HAProxy version 3.1.8-15 - 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" />
@@ -652,7 +652,7 @@
652652
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
653653
</p>
654654
<p class="text-right">
655-
<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>
655+
<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>
656656
</p>
657657
</div>
658658
<!-- /.sidebar -->
@@ -663,7 +663,7 @@
663663
<div class="text-center">
664664
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
665665
<h2>Management Guide</h2>
666-
<p><strong>version 3.1.8</strong></p>
666+
<p><strong>version 3.1.8-15</strong></p>
667667
<p>
668668
<br>
669669

@@ -5405,7 +5405,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
54055405
<br>
54065406
<hr>
54075407
<div class="text-right">
5408-
HAProxy 3.1.8 &ndash; Management Guide<br>
5408+
HAProxy 3.1.8-15 &ndash; Management Guide<br>
54095409
<small>, </small>
54105410
</div>
54115411
</div>

0 commit comments

Comments
 (0)