summaryrefslogtreecommitdiff
path: root/package/squid/files/squid.conf
blob: f6539b791553c250c63e798e0e994caafdf2e95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
visible_hostname linux
# for transparent proxy use following
# http_port 3128 transparent
http_port 3128
pid_filename /var/run/squid.pid
# logging
access_log syslog:err
cache_store_log none
cache_log /var/log/squid-cache.log
# security
cache_effective_user squid
cache_effective_group squid
# cache dir
cache_dir ufs /var/squid/cache 10M 16 256
# allow all
http_access allow all