aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-dev/haproxy_pool_edit.php
diff options
context:
space:
mode:
authorthompsa <andy@fud.org.nz>2010-02-08 12:23:06 +1300
committerthompsa <andy@fud.org.nz>2010-02-08 12:23:06 +1300
commit06ea9faba91fe5684e14bea9f8591f88b4a7339d (patch)
tree6debb4d142237a0d2829660f970d7862285dec4c /config/haproxy-dev/haproxy_pool_edit.php
parent19cd232b7740f23da662c687d306efecc7df5e6c (diff)
downloadpfsense-packages-06ea9faba91fe5684e14bea9f8591f88b4a7339d.tar.gz
pfsense-packages-06ea9faba91fe5684e14bea9f8591f88b4a7339d.tar.bz2
pfsense-packages-06ea9faba91fe5684e14bea9f8591f88b4a7339d.zip
Provide default for monitor_uri
Diffstat (limited to 'config/haproxy-dev/haproxy_pool_edit.php')
-rwxr-xr-xconfig/haproxy-dev/haproxy_pool_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/haproxy-dev/haproxy_pool_edit.php b/config/haproxy-dev/haproxy_pool_edit.php
index 20104a5c..728c9880 100755
--- a/config/haproxy-dev/haproxy_pool_edit.php
+++ b/config/haproxy-dev/haproxy_pool_edit.php
@@ -286,7 +286,8 @@ function clearcombo(){
<tr align="left">
<td width="22%" valign="top" class="vncell">Health check URI</td>
<td width="78%" class="vtable" colspan="2">
- <input name="monitor_uri" type="text" <?if(isset($pconfig['monitor_uri'])) echo "value=\"{$pconfig['monitor_uri']}\"";?>size="64"><br/>
+ <input name="monitor_uri" type="text" <?if(isset($pconfig['monitor_uri'])) echo "value=\"{$pconfig['monitor_uri']}\"";?>size="64">
+ <br/>Defaults to / if left blank.
</td>
</tr>
<tr align="left">