summaryrefslogtreecommitdiff
path: root/package/squid/files/squid.conf
blob: 9e6571192a6365434f1753b71d1961c11b706344 (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
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