Skip to content

Commit ce28cd6

Browse files
author
HAProxy Community
committed
Update docs for 3.0
1 parent 40076b4 commit ce28cd6

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

docs/3.0/configuration.html

Lines changed: 7 additions & 6 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.9-3 - Configuration Manual</title>
5+
<title>HAProxy version 3.0.9-23 - 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" />
@@ -4325,7 +4325,7 @@
43254325
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43264326
</p>
43274327
<p class="text-right">
4328-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/03/20</b></small>
4328+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/15</b></small>
43294329
</p>
43304330
</div>
43314331
<!-- /.sidebar -->
@@ -4336,7 +4336,7 @@
43364336
<div class="text-center">
43374337
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43384338
<h2>Configuration Manual</h2>
4339-
<p><strong>version 3.0.9-3</strong></p>
4339+
<p><strong>version 3.0.9-23</strong></p>
43404340
<p>
43414341
2025/03/20<br>
43424342

@@ -6796,6 +6796,7 @@ <h2 id="chapter-2.8" data-target="2.8"><small><a class="small" href="#2.8">2.8.<
67966796
- <a href="#nopoll">nopoll</a>
67976797
- <a href="#noreuseport">noreuseport</a>
67986798
- <a href="#nosplice">nosplice</a>
6799+
- <a href="#profiling.memory">profiling.memory</a>
67996800
- <a href="#profiling.tasks">profiling.tasks</a>
68006801
- <a href="#server-state-base">server-state-base</a>
68016802
- <a href="#server-state-file">server-state-file</a>
@@ -17680,8 +17681,8 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1768017681
<span class="comment"># and reject everything else. (works for HTTP/1 and HTTP/2 connections)</span>
1768117682
acl is_host_com hdr(Host) -i example.com
1768217683
tcp-request inspect-delay 5s
17683-
tcp-request switch-mode http if HTTP
17684-
tcp-request reject <span class="comment"># non-HTTP traffic is implicit here</span>
17684+
tcp-request content switch-mode http if HTTP
17685+
tcp-request content reject <span class="comment"># non-HTTP traffic is implicit here</span>
1768517686
...
1768617687
http-request reject unless is_host_com
1768717688
</code></pre>
@@ -30724,7 +30725,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3072430725
<br>
3072530726
<hr>
3072630727
<div class="text-right">
30727-
HAProxy 3.0.9-3 &ndash; Configuration Manual<br>
30728+
HAProxy 3.0.9-23 &ndash; Configuration Manual<br>
3072830729
<small>, 2025/03/20</small>
3072930730
</div>
3073030731
</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.9-3 - Starter Guide</title>
5+
<title>HAProxy version 3.0.9-23 - 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/03/20</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/04/15</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.9-3</strong></p>
498+
<p><strong>version 3.0.9-23</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.9-3 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.9-23 &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.9-3 - Management Guide</title>
5+
<title>HAProxy version 3.0.9-23 - 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/03/20</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/04/15</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.9-3</strong></p>
660+
<p><strong>version 3.0.9-23</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.9-3 &ndash; Management Guide<br>
5316+
HAProxy 3.0.9-23 &ndash; Management Guide<br>
53175317
<small>, </small>
53185318
</div>
53195319
</div>

0 commit comments

Comments
 (0)