diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-09-14 00:38:27 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-09-14 00:38:27 -0300 |
commit | 8898b772f927d1a8555df4b450107a86f013c374 (patch) | |
tree | a8414485f5d0e36de66752c64a01e8ecff2c4d23 /config/varnish64/varnish_settings.xml | |
parent | 8f36ff7a68f8fd82749aa75aeaab7e7fb94879fd (diff) | |
download | pfsense-packages-8898b772f927d1a8555df4b450107a86f013c374.tar.gz pfsense-packages-8898b772f927d1a8555df4b450107a86f013c374.tar.bz2 pfsense-packages-8898b772f927d1a8555df4b450107a86f013c374.zip |
Varnish - fix probe urls with spetial character '-'
use same conf file for i386 adn x64
Diffstat (limited to 'config/varnish64/varnish_settings.xml')
-rw-r--r-- | config/varnish64/varnish_settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index fdbf91e2..0576caad 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -166,7 +166,7 @@ <field> <fielddescr>Client identity method</fielddescr> <fieldname>clientbalance</fieldname> - <description><![CDATA[Select how varnish will balance clients when using client Load Balance method. (Choose IP address on i386 systems)]]></description> + <description><![CDATA[Select how varnish will balance clients when using client Load Balance method.]]></description> <type>select</type> <options> <option><name>IP address (keep sessions working)</name><value>ip</value></option> |