Skip to content

Commit d9b8de3

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 3a39320 commit d9b8de3

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

docs/dev/configuration.html

+16-4
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.2-dev6-57 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev6-68 - 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" />
@@ -2620,6 +2620,8 @@
26202620

26212621
<a class="list-group-item" href="#option allbackups">option allbackups</a>
26222622

2623+
<a class="list-group-item" href="#option assume-rfc6587-ntf">option assume-rfc6587-ntf</a>
2624+
26232625
<a class="list-group-item" href="#option checkcache">option checkcache</a>
26242626

26252627
<a class="list-group-item" href="#option clitcpka">option clitcpka</a>
@@ -2628,6 +2630,8 @@
26282630

26292631
<a class="list-group-item" href="#option disable-h2-upgrade">option disable-h2-upgrade</a>
26302632

2633+
<a class="list-group-item" href="#option dont-parse-log">option dont-parse-log</a>
2634+
26312635
<a class="list-group-item" href="#option dontlog-normal">option dontlog-normal</a>
26322636

26332637
<a class="list-group-item" href="#option dontlognull">option dontlognull</a>
@@ -4464,7 +4468,7 @@
44644468
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44654469
</p>
44664470
<p class="text-right">
4467-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/02/28</b></small>
4471+
<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/06</b></small>
44684472
</p>
44694473
</div>
44704474
<!-- /.sidebar -->
@@ -4475,7 +4479,7 @@
44754479
<div class="text-center">
44764480
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44774481
<h2>Configuration Manual</h2>
4478-
<p><strong>version 3.2-dev6-57</strong></p>
4482+
<p><strong>version 3.2-dev6-68</strong></p>
44794483
<p>
44804484
2025/02/19<br>
44814485

@@ -10338,6 +10342,14 @@ <h2 id="chapter-3.10" data-target="3.10"><small><a class="small" href="#3.10">3.
1033810342
</div><a class="anchor" name="maxconn"></a><a class="anchor" name="3-maxconn"></a><a class="anchor" name="3.10-maxconn"></a><a class="anchor" name="maxconn (Global parameters)"></a><a class="anchor" name="maxconn (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="maxconn"></a><a href="#3.10-maxconn">maxconn</a></b> <span style="color: #080">&lt;conns&gt;</span></div><pre class="text">Fix the maximum number of concurrent connections on a log forwarder.
1033910343
10 is the default.
1034010344
</pre><a class="anchor" name="timeout"></a><a class="anchor" name="3-timeout"></a><a class="anchor" name="3.10-timeout"></a><a class="anchor" name="timeout (Global parameters)"></a><a class="anchor" name="timeout (Log forwarding)"></a><a class="anchor" name="timeout client"></a><a class="anchor" name="3-timeout client"></a><a class="anchor" name="3.10-timeout client"></a><a class="anchor" name="timeout client (Global parameters)"></a><a class="anchor" name="timeout client (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="timeout client"></a><a href="#3.10-timeout%20client">timeout client</a></b> <span style="color: #080">&lt;timeout&gt;</span></div><pre class="text">Set the maximum inactivity time on the client side.
10345+
</pre><a class="anchor" name="option"></a><a class="anchor" name="3-option"></a><a class="anchor" name="3.10-option"></a><a class="anchor" name="option (Global parameters)"></a><a class="anchor" name="option (Log forwarding)"></a><a class="anchor" name="option assume-rfc6587-ntf"></a><a class="anchor" name="3-option assume-rfc6587-ntf"></a><a class="anchor" name="3.10-option assume-rfc6587-ntf"></a><a class="anchor" name="option assume-rfc6587-ntf (Global parameters)"></a><a class="anchor" name="option assume-rfc6587-ntf (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="option assume-rfc6587-ntf"></a><a href="#3.10-option%20assume-rfc6587-ntf">option assume-rfc6587-ntf</a></b></div><pre class="text">Directs HAProxy to treat incoming TCP log streams always as using
10346+
non-transparent framing. This option simplifies the framing logic and ensures
10347+
consistent handling of messages, particularly useful when dealing with
10348+
improperly formed starting characters.
10349+
</pre><a class="anchor" name="option"></a><a class="anchor" name="3-option"></a><a class="anchor" name="3.10-option"></a><a class="anchor" name="option (Global parameters)"></a><a class="anchor" name="option (Log forwarding)"></a><a class="anchor" name="option dont-parse-log"></a><a class="anchor" name="3-option dont-parse-log"></a><a class="anchor" name="3.10-option dont-parse-log"></a><a class="anchor" name="option dont-parse-log (Global parameters)"></a><a class="anchor" name="option dont-parse-log (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="option dont-parse-log"></a><a href="#3.10-option%20dont-parse-log">option dont-parse-log</a></b></div><pre class="text">Enables HAProxy to relay syslog messages without attempting to parse and
10350+
restructure them, useful for forwarding messages that may not conform to
10351+
traditional formats. This option should be used with the format raw setting on
10352+
destination log targets to ensure the original message content is preserved.
1034110353
</pre></div>
1034210354
<a class="anchor" id="3.11" name="3.11"></a>
1034310355
<h2 id="chapter-3.11" data-target="3.11"><small><a class="small" href="#3.11">3.11.</a></small> HTTPClient tuning</h2>
@@ -31946,7 +31958,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3194631958
<br>
3194731959
<hr>
3194831960
<div class="text-right">
31949-
HAProxy 3.2-dev6-57 &ndash; Configuration Manual<br>
31961+
HAProxy 3.2-dev6-68 &ndash; Configuration Manual<br>
3195031962
<small>, 2025/02/19</small>
3195131963
</div>
3195231964
</div>

docs/dev/intro.html

+4-4
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.2-dev6-57 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev6-68 - 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/02/28</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/03/06</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.2-dev6-57</strong></p>
498+
<p><strong>version 3.2-dev6-68</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.2-dev6-57 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev6-68 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/management.html

+4-4
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.2-dev6-57 - Management Guide</title>
5+
<title>HAProxy version 3.2-dev6-68 - 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" />
@@ -654,7 +654,7 @@
654654
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
655655
</p>
656656
<p class="text-right">
657-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/02/28</b></small>
657+
<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/06</b></small>
658658
</p>
659659
</div>
660660
<!-- /.sidebar -->
@@ -665,7 +665,7 @@
665665
<div class="text-center">
666666
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
667667
<h2>Management Guide</h2>
668-
<p><strong>version 3.2-dev6-57</strong></p>
668+
<p><strong>version 3.2-dev6-68</strong></p>
669669
<p>
670670
<br>
671671

@@ -5455,7 +5455,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
54555455
<br>
54565456
<hr>
54575457
<div class="text-right">
5458-
HAProxy 3.2-dev6-57 &ndash; Management Guide<br>
5458+
HAProxy 3.2-dev6-68 &ndash; Management Guide<br>
54595459
<small>, </small>
54605460
</div>
54615461
</div>

0 commit comments

Comments
 (0)