blob: 71f84f3d65f8ed4c7318de4302b05ac2f818c6f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
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.
|