Skip to content

Commit 9f9cc2f

Browse files
author
HAProxy Community
committed
Update docs for 3.1
1 parent e79e3f1 commit 9f9cc2f

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

docs/3.1/configuration.html

Lines changed: 8 additions & 8 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.0-1 - Configuration Manual</title>
5+
<title>HAProxy version 3.1.0-19 - 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" />
@@ -4424,7 +4424,7 @@
44244424
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44254425
</p>
44264426
<p class="text-right">
4427-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/11/26</b></small>
4427+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/05</b></small>
44284428
</p>
44294429
</div>
44304430
<!-- /.sidebar -->
@@ -4435,7 +4435,7 @@
44354435
<div class="text-center">
44364436
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44374437
<h2>Configuration Manual</h2>
4438-
<p><strong>version 3.1.0-1</strong></p>
4438+
<p><strong>version 3.1.0-19</strong></p>
44394439
<p>
44404440
2024/11/26<br>
44414441

@@ -16223,10 +16223,10 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1622316223

1622416224
&lt;status&gt; any HTTP status code among &quot;401&quot; (Unauthorized), &quot;403&quot;
1622516225
(Forbidden), &quot;404&quot; (Not Found), &quot;408&quot; (Request Timeout),
16226-
&quot;425&quot; (Too Early), &quot;429&quot; (Too Many Requests), &quot;500&quot;
16227-
(Server Error), &quot;501&quot; (Not Implemented), &quot;502&quot;
16228-
(Bad Gateway), &quot;503&quot; (Service Unavailable), &quot;504&quot;
16229-
(Gateway Timeout).
16226+
&quot;421&quot; (Misdirected Request), &quot;425&quot; (Too Early),
16227+
&quot;429&quot; (Too Many Requests), &quot;500&quot; (Server Error),
16228+
&quot;501&quot; (Not Implemented), &quot;502&quot; (Bad Gateway),
16229+
&quot;503&quot; (Service Unavailable), &quot;504&quot; (Gateway Timeout).
1623016230

1623116231
all-retryable-errors
1623216232
retry request for any error that are considered
@@ -31702,7 +31702,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3170231702
<br>
3170331703
<hr>
3170431704
<div class="text-right">
31705-
HAProxy 3.1.0-1 &ndash; Configuration Manual<br>
31705+
HAProxy 3.1.0-19 &ndash; Configuration Manual<br>
3170631706
<small>, 2024/11/26</small>
3170731707
</div>
3170831708
</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.0-1 - Starter Guide</title>
5+
<title>HAProxy version 3.1.0-19 - 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>2024/11/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>2024/12/05</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.0-1</strong></p>
498+
<p><strong>version 3.1.0-19</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.0-1 &ndash; Starter Guide<br>
2518+
HAProxy 3.1.0-19 &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.0-1 - Management Guide</title>
5+
<title>HAProxy version 3.1.0-19 - 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>2024/11/26</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>2024/12/05</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.0-1</strong></p>
666+
<p><strong>version 3.1.0-19</strong></p>
667667
<p>
668668
<br>
669669

@@ -5394,7 +5394,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53945394
<br>
53955395
<hr>
53965396
<div class="text-right">
5397-
HAProxy 3.1.0-1 &ndash; Management Guide<br>
5397+
HAProxy 3.1.0-19 &ndash; Management Guide<br>
53985398
<small>, </small>
53995399
</div>
54005400
</div>

0 commit comments

Comments
 (0)