diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-08-08 05:58:15 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-08-08 05:58:15 -0700 |
commit | 4b1fbcdd537c23270f09e65b94a3ee1d7ee86d81 (patch) | |
tree | de628a0b8ef9316293374e6b4d6e3b33291c0567 /config/varnish64 | |
parent | 525abf696eb11e7b95c9fca6ab68e6dbbf822881 (diff) | |
parent | 2e5efbc4d8a8d93528b6d0a2e312816fdebaffb1 (diff) | |
download | pfsense-packages-4b1fbcdd537c23270f09e65b94a3ee1d7ee86d81.tar.gz pfsense-packages-4b1fbcdd537c23270f09e65b94a3ee1d7ee86d81.tar.bz2 pfsense-packages-4b1fbcdd537c23270f09e65b94a3ee1d7ee86d81.zip |
Merge pull request #27 from marcelloc/patch-20
include i386 compatibility warning
Diffstat (limited to 'config/varnish64')
-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 e19c684d..b533eb9b 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -144,7 +144,7 @@ <field> <fielddescr>Client identity method</fielddescr> <fieldname>clientbalance</fieldname> - <description>Select how varnish will balance clients when using client Load Balance method.</description> + <description><![CDATA[Select how varnish will balance clients when using client Load Balance method. (Choose IP address on i386 systems)]]></description> <type>select</type> <options> <option><name>IP address (keep sessions working)</name><value>ip</value></option> |