### Global Settings # http://www.squid-cache.org/Doc/config/client_dst_passthru/ client_dst_passthru off # http://www.squid-cache.org/Doc/config/host_verify_strict/ host_verify_strict off # http://www.squid-cache.org/Doc/config/memory_cache_mode/ memory_cache_mode disk # http://www.squid-cache.org/Doc/config/reload_into_ims/ reload_into_ims on # http://www.squid-cache.org/Doc/config/refresh_all_ims/ refresh_all_ims on # http://www.squid-cache.org/Doc/config/buffered_logs/ buffered_logs on # http://www.squid-cache.org/Doc/config/strip_query_terms/ strip_query_terms off ### ACL HTTP Codes NoCache acl httpmisshit http_status 301 acl httpmisshit http_status 302 acl httpmisshit http_status 403 acl httpmisshit http_status 503 acl httpmisshit http_status 504 store_miss deny httpmisshit send_hit deny httpmisshit ### StoreId Object Rules acl storeidgetmethod method GET # http://www.squid-cache.org/Doc/config/store_id_access/ store_id_access allow storeidgetmethod store_id_access deny all # http://www.squid-cache.org/Doc/config/store_id_bypass/ store_id_bypass on # http://www.squid-cache.org/Doc/config/store_id_program/ store_id_program /usr/local/etc/squid/ut-squidbooster -out 0 -cout 300 -r -i -g -q -ytd -ytis # http://www.squid-cache.org/Doc/config/store_id_children/ store_id_children 8 startup=2 idle=2 concurrency=64 ### http://www.squid-cache.org/Doc/config/refresh_pattern/ refresh_pattern -i ^http:\/\/.*\.unveiltech\.internal\/.* 7560 100% 10080 ignore-reload ignore-no-store ignore-private ignore-auth ignore-must-revalidate override-expire override-lastmod