- 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
|