diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-20 02:27:53 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-20 02:27:53 -0300 |
commit | d0c01c5e25cd284b8acc6db83eb420c05c5e51ae (patch) | |
tree | 51e2f995fbbcf3c008aa45a5e2c4a7767065845c /config/squid-reverse/squid_cache.xml | |
parent | 37681fd565cebf04d2feee3c5a37bb93fcbf1ba0 (diff) | |
download | pfsense-packages-d0c01c5e25cd284b8acc6db83eb420c05c5e51ae.tar.gz pfsense-packages-d0c01c5e25cd284b8acc6db83eb420c05c5e51ae.tar.bz2 pfsense-packages-d0c01c5e25cd284b8acc6db83eb420c05c5e51ae.zip |
squid3 - fix refresh_pattern and typo regression
Diffstat (limited to 'config/squid-reverse/squid_cache.xml')
-rw-r--r-- | config/squid-reverse/squid_cache.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid-reverse/squid_cache.xml b/config/squid-reverse/squid_cache.xml index 4144a7bc..c00322cf 100644 --- a/config/squid-reverse/squid_cache.xml +++ b/config/squid-reverse/squid_cache.xml @@ -260,10 +260,10 @@ <field> <fielddescr>Refresh Patterns</fielddescr> <fieldname>refresh_patterns</fieldname> - <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patters to sites like <a target=_new href='http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube'>Youtube</a> and <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> + <description><![CDATA[With dynamic cache enabled, you can also apply squid wiki refresh_patterns to sites like <a target=_new href='http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube'>Youtube</a> and <a target=_new href='http://wiki.squid-cache.org/SquidFaq/WindowsUpdate'>windowsupdate</a><br> <br><strong>Notes:</strong><br> Squid wiki suggests 'Finish transfer if less than x KB remaining' on 'traffic mgmt' squid tab to -1 but you can apply your own values to control cache.<br><br> - set Maximum download size on 'traffic mgmt' squid tab to a value that fits patters your are applying.<br>Microsoft may need 200Mb and youtube 4GB.]]></description> + set Maximum download size on 'traffic mgmt' squid tab to a value that fits patterns your are applying.<br>Microsoft may need 200Mb and youtube 4GB.]]></description> <type>select</type> <default_value>none</default_value> <options> |