net/haproxy: health check port is no longer an advanced option

This commit is contained in:
Frank Wall
2021-12-25 00:19:37 +01:00
parent 8b856ddc1d
commit eb0c223021
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ Added:
Changed:
* replace "force SSL" setting with "SSL preferences" in health checks (#2388)
* health check port is no longer an advanced option
3.8
@@ -39,8 +39,7 @@
<id>healthcheck.checkport</id>
<label>Port to check</label>
<type>text</type>
<help><![CDATA[Provide the TCP communication port to use during check, i.e. 80 or 443.]]></help>
<advanced>true</advanced>
<help><![CDATA[Provide an optional TCP communication port to use during health checks, i.e. 80 or 443. The server port will used for health checks when no port is specified.]]></help>
</field>
<field>
<label>HTTP check options</label>