ci:test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
8f3b60d4a0
commit
6d1c4cb478
|
@ -75,9 +75,9 @@ http_port 3128
|
||||||
#coredump_dir /var/cache/squid
|
#coredump_dir /var/cache/squid
|
||||||
|
|
||||||
## Where does Squid log to?
|
## 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
|
## 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
|
## When logging, web auditors want to see the full uri, even with the query terms
|
||||||
#strip_query_terms off
|
#strip_query_terms off
|
||||||
## Keep 7 days of logs
|
## Keep 7 days of logs
|
||||||
|
@ -118,4 +118,4 @@ shutdown_lifetime 30 seconds
|
||||||
refresh_pattern ^ftp: 1440 20% 10080
|
refresh_pattern ^ftp: 1440 20% 10080
|
||||||
refresh_pattern ^gopher: 1440 0% 1440
|
refresh_pattern ^gopher: 1440 0% 1440
|
||||||
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
|
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
|
||||||
refresh_pattern . 0 20% 4320
|
refresh_pattern . 0 20% 4320
|
||||||
|
|
Loading…
Reference in New Issue