|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.1.0-19 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.1.0-36 - 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" /> |
|
4424 | 4424 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4425 | 4425 | </p> |
4426 | 4426 | <p class="text-right"> |
4427 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/05</b></small> |
| 4427 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2024/12/10</b></small> |
4428 | 4428 | </p> |
4429 | 4429 | </div> |
4430 | 4430 | <!-- /.sidebar --> |
|
4435 | 4435 | <div class="text-center"> |
4436 | 4436 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4437 | 4437 | <h2>Configuration Manual</h2> |
4438 | | - <p><strong>version 3.1.0-19</strong></p> |
| 4438 | + <p><strong>version 3.1.0-36</strong></p> |
4439 | 4439 | <p> |
4440 | 4440 | 2024/11/26<br> |
4441 | 4441 |
|
@@ -22094,13 +22094,8 @@ <h2 id="chapter-5.2" data-target="5.2"><small><a class="small" href="#5.2">5.2.< |
22094 | 22094 | <span class="comment"># pass traffic to the server only after 3 successful health checks</span> |
22095 | 22095 | backend google-backend |
22096 | 22096 | mode http |
22097 | | - server srv1 google.com:80 check init-state down rise 3 |
22098 | | - server srv2 google.com:80 check init-state down rise 3 |
22099 | | - |
22100 | | -<span class="comment"># or</span> |
22101 | | -listen |
22102 | | - mode http |
22103 | | - server-template srv 2 google.com:80 check init-state down rise 3 |
| 22097 | + server srv1 google.com:80 check init-state fully-down rise 3 |
| 22098 | + server srv2 google.com:80 check init-state fully-down rise 3 |
22104 | 22099 | </code></pre> |
22105 | 22100 | </div><div class="page-header"><b>See also:</b> "<a href="#option%20tcp-check">option tcp-check</a>", "<a href="#option%20httpchk">option httpchk</a>"</div> |
22106 | 22101 | <a class="anchor" name="log-bufsize"></a><a class="anchor" name="5-log-bufsize"></a><a class="anchor" name="5.2-log-bufsize"></a><a class="anchor" name="log-bufsize (Bind and server options)"></a><a class="anchor" name="log-bufsize (Server and default-server options)"></a><div class="keyword"><b><a class="anchor" name="log-bufsize"></a><a href="#5.2-log-bufsize">log-bufsize</a></b> <span style="color: #080"><bufsize></span></div><pre class="text">May be used in the following contexts: log |
@@ -31702,7 +31697,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31702 | 31697 | <br> |
31703 | 31698 | <hr> |
31704 | 31699 | <div class="text-right"> |
31705 | | - HAProxy 3.1.0-19 – Configuration Manual<br> |
| 31700 | + HAProxy 3.1.0-36 – Configuration Manual<br> |
31706 | 31701 | <small>, 2024/11/26</small> |
31707 | 31702 | </div> |
31708 | 31703 | </div> |
|
0 commit comments