diff options
-rw-r--r-- | packages/squid_cache.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/squid_cache.xml b/packages/squid_cache.xml index 9b6f3f8f..ee5db606 100644 --- a/packages/squid_cache.xml +++ b/packages/squid_cache.xml @@ -43,15 +43,15 @@ <default_value>100</default_value> <type>input</type> </field> - <field> - <fielddescr>Hard disk cache location</fielddescr> - <fieldname>harddisk_cache_location</fieldname> - <description>This is the directory where the cache will be stored. (note: do not end with a /). If you change this location, squid needs to make a new cache, this could take a while</description> - <required/> - <default_value>/var/squid/cache</default_value> + <field> + <fielddescr>Hard disk cache location</fielddescr> + <fieldname>harddisk_cache_location</fieldname> + <description>This is the directory where the cache will be stored. (note: do not end with a /). If you change this location, squid needs to make a new cache, this could take a while</description> + <required/> + <default_value>/var/squid/cache</default_value> <size>60</size> - <type>input</type> - </field> + <type>input</type> + </field> <field> <fielddescr>Memory cache size</fielddescr> <fieldname>memory_cache_size</fieldname> |