mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/haproxy: health check port is no longer an advanced option
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user