blob: 2e2b15f8ce1b3d3d632fbd0227d161b5fea5022e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 manager proto cache_object
#acl localhost src 127.0.0.0/24
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.
|