|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2-dev17-10 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2-dev17-11 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4610 | 4610 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4611 | 4611 | </p> |
4612 | 4612 | <p class="text-right"> |
4613 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/22</b></small> |
| 4613 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/25</b></small> |
4614 | 4614 | </p> |
4615 | 4615 | </div> |
4616 | 4616 | <!-- /.sidebar --> |
|
4621 | 4621 | <div class="text-center"> |
4622 | 4622 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4623 | 4623 | <h2>Configuration Manual</h2> |
4624 | | - <p><strong>version 3.2-dev17-10</strong></p> |
| 4624 | + <p><strong>version 3.2-dev17-11</strong></p> |
4625 | 4625 | <p> |
4626 | 4626 | 2025/05/21<br> |
4627 | 4627 |
|
@@ -32725,7 +32725,7 @@ <h2 id="chapter-12.7" data-target="12.7"><small><a class="small" href="#12.7">12 |
32725 | 32725 | load crt "site4.crt" key "site4.key" |
32726 | 32726 |
|
32727 | 32727 | frontend in2 |
32728 | | - bind *:443 ssl crt "@web/site1" crt "site2.crt" crt "@web/site3" crt "@web/site4.crt" |
| 32728 | + bind *:443 ssl crt "@/site1" crt "site2.crt" crt "@web/site3" crt "@web/site4.crt" |
32729 | 32729 | </code></pre> |
32730 | 32730 | </div></div> |
32731 | 32731 | <a class="anchor" id="12.7.1" name="12.7.1"></a> |
@@ -33002,7 +33002,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33002 | 33002 | <br> |
33003 | 33003 | <hr> |
33004 | 33004 | <div class="text-right"> |
33005 | | - HAProxy 3.2-dev17-10 – Configuration Manual<br> |
| 33005 | + HAProxy 3.2-dev17-11 – Configuration Manual<br> |
33006 | 33006 | <small>, 2025/05/21</small> |
33007 | 33007 | </div> |
33008 | 33008 | </div> |
|
0 commit comments