Skip to content

Commit d5c0f4a

Browse files
author
HAProxy Community
committed
Update docs for 2.8
1 parent 775f869 commit d5c0f4a

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

docs/2.8/configuration.html

Lines changed: 7 additions & 7 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 2.8.19 - Configuration Manual</title>
5+
<title>HAProxy version 2.8.20 - 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" />
@@ -4296,7 +4296,7 @@
42964296
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
42974297
</p>
42984298
<p class="text-right">
4299-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/09</b></small>
4299+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/20</b></small>
43004300
</p>
43014301
</div>
43024302
<!-- /.sidebar -->
@@ -4307,9 +4307,9 @@
43074307
<div class="text-center">
43084308
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43094309
<h2>Configuration Manual</h2>
4310-
<p><strong>version 2.8.19</strong></p>
4310+
<p><strong>version 2.8.20</strong></p>
43114311
<p>
4312-
2026/03/09<br>
4312+
2026/03/20<br>
43134313

43144314
</p>
43154315
</div>
@@ -11549,7 +11549,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1154911549
http-check expect status 200,201,300-310
1155011550

1155111551
<span class="comment"># be sure a sessid coookie is set</span>
11552-
http-check expect header name &quot;<a href="#set-cookie">set-cookie</a>&quot; value -m beg &quot;sessid=&quot;
11552+
http-check expect hdr name &quot;<a href="#set-cookie">set-cookie</a>&quot; value -m beg &quot;sessid=&quot;
1155311553

1155411554
<span class="comment"># consider SQL errors as errors</span>
1155511555
http-check expect ! string SQL\ Error
@@ -28005,8 +28005,8 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
2800528005
<br>
2800628006
<hr>
2800728007
<div class="text-right">
28008-
HAProxy 2.8.19 &ndash; Configuration Manual<br>
28009-
<small>, 2026/03/09</small>
28008+
HAProxy 2.8.20 &ndash; Configuration Manual<br>
28009+
<small>, 2026/03/20</small>
2801028010
</div>
2801128011
</div>
2801228012
<!-- /.col-lg-12 -->

docs/2.8/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 2.8.19 - Starter Guide</title>
5+
<title>HAProxy version 2.8.20 - 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>2026/03/09</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>2026/03/20</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 2.8.19</strong></p>
498+
<p><strong>version 2.8.20</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 2.8.19 &ndash; Starter Guide<br>
2518+
HAProxy 2.8.20 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.8/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 2.8.19 - Management Guide</title>
5+
<title>HAProxy version 2.8.20 - 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" />
@@ -610,7 +610,7 @@
610610
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
611611
</p>
612612
<p class="text-right">
613-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/09</b></small>
613+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/03/20</b></small>
614614
</p>
615615
</div>
616616
<!-- /.sidebar -->
@@ -621,7 +621,7 @@
621621
<div class="text-center">
622622
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
623623
<h2>Management Guide</h2>
624-
<p><strong>version 2.8.19</strong></p>
624+
<p><strong>version 2.8.20</strong></p>
625625
<p>
626626
<br>
627627

@@ -5001,7 +5001,7 @@ <h3 id="chapter-9.4.1" data-target="9.4.1"><small><a class="small" href="#9.4.1"
50015001
<br>
50025002
<hr>
50035003
<div class="text-right">
5004-
HAProxy 2.8.19 &ndash; Management Guide<br>
5004+
HAProxy 2.8.20 &ndash; Management Guide<br>
50055005
<small>, </small>
50065006
</div>
50075007
</div>

0 commit comments

Comments
 (0)