Fix openSUSE Squid server config
This commit is contained in:
parent
b32c5a01c7
commit
166df0cb92
@ -2,8 +2,8 @@ log_dir=/var/log/squid
|
||||
squid_path=squid
|
||||
cache_dir=/var/cache/squid
|
||||
squid_conf=/etc/squid/squid.conf
|
||||
pid_file=/var/run/squid.pid /run/squid/squid.pid
|
||||
cachemgr_path=/usr/share/doc/packages/squid/scripts/cachemgr.cgi
|
||||
pid_file=/run/squid/squid.pid
|
||||
cachemgr_path=/usr/lib/squid/cachemgr.cgi
|
||||
calamaris=calamaris
|
||||
cal_max=50000
|
||||
cal_args=-aw
|
||||
@ -13,6 +13,7 @@ sync_create=0
|
||||
sync_delete=0
|
||||
squid_start=systemctl start squid
|
||||
squid_stop=systemctl stop squid
|
||||
squid_restart=systemctl reload squid
|
||||
sync_modify=1
|
||||
cal_fmt=w
|
||||
cal_all=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user