summaryrefslogtreecommitdiff
path: root/etc/squid/squid.conf
blob: 1c6fc9e70bdf8374eef7a668c22ff44eed52a145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
http_port 8080
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 90 MB
cache_dir ufs /var/cache/squid/ 260 64 64
acl allowed_hosts src 10.10.0.0/16
cache_peer              localhost parent 8081 0 no-query
http_access deny manager all
http_access allow allowed_hosts
http_access allow localhost
http_access deny all
cache_mgr randomdan@randomdan.homeip.net
cache_effective_user squid
cache_effective_group web
visible_hostname cache.random.lan.