diff options
Diffstat (limited to 'packages/squid_cache.xml')
-rw-r--r-- | packages/squid_cache.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/squid_cache.xml b/packages/squid_cache.xml index 05f56c45..9b6f3f8f 100644 --- a/packages/squid_cache.xml +++ b/packages/squid_cache.xml @@ -43,6 +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> + <size>60</size> + <type>input</type> + </field> <field> <fielddescr>Memory cache size</fielddescr> <fieldname>memory_cache_size</fieldname> |