fqdn for parent proxy
This commit is contained in:
parent
f8e993154d
commit
af3c1fc1b1
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
acl local-servers dstdomain .{{ domain }}
|
acl local-servers dstdomain .{{ domain }}
|
||||||
cache_peer firewall parent 3128 0 no-query default login=NEGOTIATE auth-no-keytab
|
cache_peer firewall.{{ domain }} parent 3128 0 no-query default login=NEGOTIATE auth-no-keytab
|
||||||
never_direct deny local-servers
|
never_direct deny local-servers
|
||||||
never_direct allow all
|
never_direct allow all
|
||||||
#access_log stdio:/tmp/access.log squid
|
#access_log stdio:/tmp/access.log squid
|
||||||
access_log none
|
access_log none
|
||||||
cache_log /dev/null
|
cache_log /dev/null
|
||||||
logfile_rotate 0
|
logfile_rotate 0
|
||||||
pid_filename /tmp/squid.pid
|
pid_filename /tmp/squid.pid
|
||||||
http_port 192.168.122.1:3128
|
http_port 192.168.122.1:3128
|
||||||
http_access allow all
|
http_access allow all
|
||||||
|
|
Loading…
Add table
Reference in a new issue