Skip to content

Commit 70c212d

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent d2d4fc0 commit 70c212d

File tree

3 files changed

+84
-48
lines changed

3 files changed

+84
-48
lines changed

docs/dev/configuration.html

Lines changed: 20 additions & 20 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.2-dev12-8 - Configuration Manual</title>
5+
<title>HAProxy version 3.2-dev12-29 - 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" />
@@ -1333,8 +1333,6 @@
13331333
</div> <!-- /letter -->
13341334
<div class="letter" id="letter-A"><h4>A</h4>
13351335

1336-
<a class="list-group-item" href="#a">a</a>
1337-
13381336
<a class="list-group-item" href="#accept">accept</a>
13391337

13401338
<a class="list-group-item" href="#accept-netscaler-cip">accept-netscaler-cip</a>
@@ -4551,7 +4549,7 @@
45514549
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45524550
</p>
45534551
<p class="text-right">
4554-
<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/25</b></small>
4552+
<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/28</b></small>
45554553
</p>
45564554
</div>
45574555
<!-- /.sidebar -->
@@ -4562,7 +4560,7 @@
45624560
<div class="text-center">
45634561
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
45644562
<h2>Configuration Manual</h2>
4565-
<p><strong>version 3.2-dev12-8</strong></p>
4563+
<p><strong>version 3.2-dev12-29</strong></p>
45664564
<p>
45674565
2025/04/25<br>
45684566

@@ -10633,31 +10631,31 @@ <h2 id="chapter-3.10" data-target="3.10"><small><a class="small" href="#3.10">3.
1063310631
traditional formats. This option should be used with the format raw setting on
1063410632
destination log targets to ensure the original message content is preserved.
1063510633
</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 host"></a><a class="anchor" name="3-option host"></a><a class="anchor" name="3.10-option host"></a><a class="anchor" name="option host (Global parameters)"></a><a class="anchor" name="option host (Log forwarding)"></a><div class="keyword"><b><a class="anchor" name="option host"></a><a href="#3.10-option%20host">option host</a></b> <span style="color: #800">{ replace | fill | keep | append }</span></div><pre class="text">Set the host strategy that should be used on the log-forward section
10636-
regarding syslog host field for outbound rfc3164 or rfc5424 messages.
10634+
regarding syslog hostname field for outbound rfc3164 or rfc5424 messages.
1063710635

10638-
replace If input message already contains a value for the host field,
10636+
replace If input message already contains a value for the hostname field,
1063910637
we replace it by the source IP address from the sender.
10640-
If input message doesn't contain a value for the host field (ie:
10641-
'-' as input rfc5424 message or non compliant rfc3164 or rfc5424
10642-
message), we use the source IP address from the sender as host
10643-
field.
10638+
If input message doesn't contain a value for the hostname field
10639+
(ie: '-' as input rfc5424 message or non compliant rfc3164 or
10640+
rfc5424 message), we use the source IP address from the sender as
10641+
hostname field.
1064410642

10645-
fill If input message already contains a value for the host field,
10643+
fill If input message already contains a value for the hostname field,
1064610644
we keep it.
10647-
If input message doesn't contain a value for the host field
10645+
If input message doesn't contain a value for the hostname field
1064810646
(ie: '-' as input rfc5424 message or non compliant rfc3164 or
1064910647
rfc5424 message), we use the source IP address from the sender as
10650-
host field.
10648+
hostname field.
1065110649
(This is the default)
1065210650

10653-
keep If input message already contains a value for the host field,
10651+
keep If input message already contains a value for the hostname field,
1065410652
we keep it.
10655-
If input message doesn't contain a value for the host field,
10653+
If input message doesn't contain a value for the hostname field,
1065610654
we set it to 'localhost' (rfc3164) or '-' (rfc5424).
1065710655

10658-
append If input message already contains a value for the host field,
10656+
append If input message already contains a value for the hostname field,
1065910657
we append a comma followed by the IP address from the sender.
10660-
If input message doesn't contain a value for the host field,
10658+
If input message doesn't contain a value for the hostname field,
1066110659
we use the source IP address from the sender.
1066210660

1066310661
For all options above, if the source IP address from the sender is not
@@ -10906,7 +10904,9 @@ <h3 id="chapter-3.12.1" data-target="3.12.1"><small><a class="small" href="#3.12
1090610904
<a class="anchor" id="3.13" name="3.13"></a>
1090710905
<h2 id="chapter-3.13" data-target="3.13"><small><a class="small" href="#3.13">3.13.</a></small> ACME</h2>
1090810906
<div><pre class="text">The ACME protocol can be configured using the &quot;<a href="#acme">acme</a>&quot; section. The section takes
10909-
</pre><a class="anchor" name="a"></a><a class="anchor" name="3-a"></a><a class="anchor" name="3.13-a"></a><a class="anchor" name="a (Global parameters)"></a><a class="anchor" name="a (ACME)"></a><div class="keyword"><b><a class="anchor" name="a"></a><a href="#3.13-a">a</a></b> <span style="color: #080">&lt;name&gt;</span> argument, which is used to link a certificate to the section.</div><pre class="text">The ACME section allows to configure HAProxy as an ACMEv2 client. This feature
10907+
a &quot;&lt;name&gt;&quot; argument, which is used to link a certificate to the section.
10908+
10909+
The ACME section allows to configure HAProxy as an ACMEv2 client. This feature
1091010910
is experimental meaning that &quot;<a href="#expose-experimental-directives">expose-experimental-directives</a>&quot; must be in the
1091110911
global section so this can be used.
1091210912

@@ -32611,7 +32611,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3261132611
<br>
3261232612
<hr>
3261332613
<div class="text-right">
32614-
HAProxy 3.2-dev12-8 &ndash; Configuration Manual<br>
32614+
HAProxy 3.2-dev12-29 &ndash; Configuration Manual<br>
3261532615
<small>, 2025/04/25</small>
3261632616
</div>
3261732617
</div>

docs/dev/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.2-dev12-8 - Starter Guide</title>
5+
<title>HAProxy version 3.2-dev12-29 - 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/04/25</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/28</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-dev12-8</strong></p>
498+
<p><strong>version 3.2-dev12-29</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-dev12-8 &ndash; Starter Guide<br>
2518+
HAProxy 3.2-dev12-29 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

0 commit comments

Comments
 (0)