diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-08-18 16:14:34 +0800 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-08-18 11:48:19 +0800 |
commit | 579da5b1a771e179f39f2e729e4c262c622883b0 (patch) | |
tree | da2b288274382b61719d59b638e574f297bc198b /config/varnish64 | |
parent | c34c4180e97a84e7656c0e6be8863eeffa6f860c (diff) | |
download | pfsense-packages-579da5b1a771e179f39f2e729e4c262c622883b0.tar.gz pfsense-packages-579da5b1a771e179f39f2e729e4c262c622883b0.tar.bz2 pfsense-packages-579da5b1a771e179f39f2e729e4c262c622883b0.zip |
Edited config/varnish64/varnish_settings.xml via GitHub
Diffstat (limited to 'config/varnish64')
-rw-r--r-- | config/varnish64/varnish_settings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/varnish64/varnish_settings.xml b/config/varnish64/varnish_settings.xml index bb85a1ad..f697d284 100644 --- a/config/varnish64/varnish_settings.xml +++ b/config/varnish64/varnish_settings.xml @@ -9,6 +9,7 @@ varnish_settings.xml part of pfSense (http://www.pfSense.com) Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com> + Copyright (C) 2011 Marcello Coutinho All rights reserved. */ /* ========================================================================== */ @@ -41,7 +42,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>varnishsettings</name> - <version>0.0.4</version> + <version>0.0.5</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> @@ -91,7 +92,7 @@ <field> <fielddescr>Listening port</fielddescr> <fieldname>listeningport</fieldname> - <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' in system advanced options.</strong>]]></description> + <description><![CDATA[Enter the port you would like varnish to listen on. Defaults to 80.<BR><BR><strong>Before listening on port 80, you must check 'Disable webConfigurator redirect rule' in system advanced options.</strong>]]></description> <type>input</type> </field> <field> |