diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:52:36 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-08-04 04:52:36 -0300 |
commit | 3f32776cd4f45d5c240e39818b2fd7c089f33a46 (patch) | |
tree | 4c61d5505119d8de73f4ead2a88b87222d5db2b6 /config/varnish64 | |
parent | a88cfc2045b47487c1aabed98cd265210160d301 (diff) | |
download | pfsense-packages-3f32776cd4f45d5c240e39818b2fd7c089f33a46.tar.gz pfsense-packages-3f32776cd4f45d5c240e39818b2fd7c089f33a46.tar.bz2 pfsense-packages-3f32776cd4f45d5c240e39818b2fd7c089f33a46.zip |
include listen port warning
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index b5bc105d..e19c684d 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -41,7 +41,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>varnishsettings</name> - <version>0.0.2</version> + <version>0.0.3</version> <title>Varnish Settings</title> <aftersaveredirect>pkg_edit.php?xml=varnish_settings.xml&id=0</aftersaveredirect> <include_file>/usr/local/pkg/varnish.inc</include_file> @@ -108,7 +108,7 @@ <field> <fielddescr>Listening port</fielddescr> <fieldname>listeningport</fieldname> - <description>Enter the port you would like varnish to listen on. Defaults to 80.</description> + <description><![CDATA[Enter the port you would like varnish to listen on. Defaults to 80.<BR><BR><strong>When listening on port 80, you must check 'Disable webConfigurator redirect rule' option in system advanced options.</strong>]]></description> <type>input</type> </field> <field> |