changed cpnfig for spool directory
This commit is contained in:
parent
8f3b60d4a0
commit
eeb72d5e9b
|
@ -12,6 +12,7 @@ acl localnet src fc00::/7 # RFC 4193 local private network range
|
|||
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
|
||||
|
||||
acl SSL_ports port 443
|
||||
acl SSL_ports port 5003
|
||||
acl Safe_ports port 80 # http
|
||||
acl Safe_ports port 21 # ftp
|
||||
acl Safe_ports port 443 # https
|
||||
|
@ -67,7 +68,7 @@ http_port 3128
|
|||
#cache_dir ufs /var/cache/squid 1024 16 256
|
||||
## Better, use 'aufs' cache type, see
|
||||
##http://www.squid-cache.org/Doc/config/cache_dir/ for info.
|
||||
#cache_dir aufs /var/cache/squid 1024 16 256
|
||||
cache_dir aufs /var/spool/squid 10240 16 256
|
||||
## Recommended to only change cache type when squid is stopped, and use 'squid -z' to
|
||||
## ensure cache is (re)created correctly
|
||||
|
||||
|
@ -75,9 +76,9 @@ http_port 3128
|
|||
#coredump_dir /var/cache/squid
|
||||
|
||||
## Where does Squid log to?
|
||||
#access_log /var/log/squid/access.log
|
||||
access_log /var/log/squid/access.log
|
||||
## Use the below to turn off access logging
|
||||
access_log none
|
||||
#access_log none
|
||||
## When logging, web auditors want to see the full uri, even with the query terms
|
||||
#strip_query_terms off
|
||||
## Keep 7 days of logs
|
||||
|
|
Loading…
Reference in New Issue