diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-16 14:44:35 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-05-16 14:44:35 -0300 |
commit | 39f4ee8a301be1328d5aafa5c029c24546cdb73f (patch) | |
tree | a6094eed78914797d4a1b5b0e8574a622e75722a /config/squid3/33/squid_cache.xml | |
parent | fcda795d11da3306ffb24dac82a002fd8afc2fad (diff) | |
download | pfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.tar.gz pfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.tar.bz2 pfsense-packages-39f4ee8a301be1328d5aafa5c029c24546cdb73f.zip |
squid3-dev - include more options to ssl_crt, new custom_refresh_patter on cache tab, fix auth plugins names
Diffstat (limited to 'config/squid3/33/squid_cache.xml')
-rwxr-xr-x | config/squid3/33/squid_cache.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/squid3/33/squid_cache.xml b/config/squid3/33/squid_cache.xml index 9d982dcb..26d6463c 100755 --- a/config/squid3/33/squid_cache.xml +++ b/config/squid3/33/squid_cache.xml @@ -284,7 +284,16 @@ </options> <multiple/> <size>06</size> - </field> + </field> + <field> + <fielddescr>Custom refresh_patterns</fielddescr> + <fieldname>custom_refresh_patterns</fieldname> + <description>Enter custom refresh_patterns for better dynamic cache. This options will be included only if dynamic cache is enabled.</description> + <type>textarea</type> + <cols>67</cols> + <rows>5</rows> + <encoding>base64</encoding> + </field> </fields> <custom_php_command_before_form> if($_POST['harddisk_cache_size'] != $config['installedpackages']['squidcache']['config'][0]['harddisk_cache_size']) { |