11 lines
365 B
SquidConf
11 lines
365 B
SquidConf
http_port 3128
|
|
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/squid_passwd
|
|
auth_param basic children 5
|
|
auth_param basic realm Squid proxy-caching web server
|
|
auth_param basic credentialsttl 2 hours
|
|
acl auth_users proxy_auth REQUIRED
|
|
http_access allow auth_users
|
|
pid_filename /tmp/squid.pid
|
|
cache_log /dev/null
|
|
access_log none
|
|
cache_store_log none |