22<html lang="en">
33 <head>
44 <meta charset="utf-8" />
5- <title>HAProxy version 3.2.3-26 - Configuration Manual</title>
5+ <title>HAProxy version 3.2.4 - 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" />
46124612 You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46134613 </p>
46144614 <p class="text-right">
4615- <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/11 </b></small>
4615+ <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/08/13 </b></small>
46164616 </p>
46174617 </div>
46184618 <!-- /.sidebar -->
46234623 <div class="text-center">
46244624 <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46254625 <h2>Configuration Manual</h2>
4626- <p><strong>version 3.2.3-26 </strong></p>
4626+ <p><strong>version 3.2.4 </strong></p>
46274627 <p>
4628- 2025/07/09 <br>
4628+ 2025/08/13 <br>
46294629
46304630 </p>
46314631 </div>
@@ -7487,6 +7487,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
74877487 - <a href="#insecure-setuid-wanted">insecure-setuid-wanted</a>
74887488 - <a href="#issuers-chain-path">issuers-chain-path</a>
74897489 - <a href="#key-base">key-base</a>
7490+ - <a href="#limited-quic">limited-quic</a>
74907491 - <a href="#localpeer">localpeer</a>
74917492 - <a href="#log">log</a>
74927493 - <a href="#log-send-hostname">log-send-hostname</a>
@@ -7496,6 +7497,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
74967497 - <a href="#lua-prepend-path">lua-prepend-path</a>
74977498 - <a href="#mworker-max-reloads">mworker-max-reloads</a>
74987499 - <a href="#nbthread">nbthread</a>
7500+ - <a href="#no-quic">no-quic</a>
74997501 - <a href="#node">node</a>
75007502 - <a href="#numa-cpu-mapping">numa-cpu-mapping</a>
75017503 - <a href="#ocsp-update.disable">ocsp-update.disable</a>
@@ -7625,6 +7627,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
76257627 - <a href="#tune.pool-low-fd-ratio">tune.pool-low-fd-ratio</a>
76267628 - <a href="#tune.pt.zero-copy-forwarding">tune.pt.zero-copy-forwarding</a>
76277629 - <a href="#tune.quic.cc-hystart">tune.quic.cc-hystart</a>
7630+ - <a href="#tune.quic.cc.cubic.min-losses">tune.quic.cc.cubic.min-losses</a>
76287631 - <a href="#tune.quic.disable-tx-pacing">tune.quic.disable-tx-pacing</a>
76297632 - <a href="#tune.quic.disable-udp-gso">tune.quic.disable-udp-gso</a>
76307633 - <a href="#tune.quic.frontend.glitches-threshold">tune.quic.frontend.glitches-threshold</a>
@@ -16829,9 +16832,9 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1682916832<code><span class="comment"># statistics admin level depends on the authenticated user</span>
1683016833userlist stats-auth
1683116834 group admin users admin
16832- user admin insecure-password AdMiN123
16835+ user admin insecure-password ' AdMiN123'
1683316836 group readonly users haproxy
16834- user haproxy insecure-password haproxy
16837+ user haproxy insecure-password ' haproxy'
1683516838
1683616839backend stats_auth
1683716840 stats enable
@@ -32428,6 +32431,10 @@ <h2 id="chapter-12.2" data-target="12.2"><small><a class="small" href="#12.2">12
3242832431As a side note, musl (e.g. Alpine Linux) implementations are known to be
3242932432slower than their glibc counterparts when calculating hashes, so you might
3243032433want to consider this aspect too.
32434+
32435+ All passwords are considered normal arguments and are therefor subject to
32436+ regular <a href="#2.2">section 2.2</a> Quoting and escaping. Single quoting passwords is
32437+ therefor recommended.
3243132438</pre><div class="separator">
3243232439<span class="label label-success">Example:</span>
3243332440<pre class="prettyprint">
@@ -32436,16 +32443,16 @@ <h2 id="chapter-12.2" data-target="12.2"><small><a class="small" href="#12.2">12
3243632443 group G2 users xdb,scott
3243732444
3243832445 user tiger password $6$k6y3o.eP$JlKBx9za9667qe4(...)xHSwRv6J.C0/D7cV91
32439- user scott insecure-password elgato
32440- user xdb insecure-password hello
32446+ user scott insecure-password ' elgato'
32447+ user xdb insecure-password ' hello'
3244132448
3244232449userlist L2
3244332450 group G1
3244432451 group G2
3244532452
3244632453 user tiger password $6$k6y3o.eP$JlKBx(...)xHSwRv6J.C0/D7cV91 groups G1
32447- user scott insecure-password elgato groups G1,G2
32448- user xdb insecure-password hello groups G2
32454+ user scott insecure-password ' elgato' groups G1,G2
32455+ user xdb insecure-password ' hello' groups G2
3244932456</code></pre>
3245032457</div><pre class="text">Please note that both lists are functionally identical.
3245132458</pre></div>
@@ -33079,8 +33086,8 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3307933086 <br>
3308033087 <hr>
3308133088 <div class="text-right">
33082- HAProxy 3.2.3-26 – Configuration Manual<br>
33083- <small>, 2025/07/09 </small>
33089+ HAProxy 3.2.4 – Configuration Manual<br>
33090+ <small>, 2025/08/13 </small>
3308433091 </div>
3308533092 </div>
3308633093 <!-- /.col-lg-12 -->
0 commit comments