mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
debug mode
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
5d6123742e
commit
92f0bcfbf5
|
@ -553,8 +553,7 @@ logfile logfile
|
|||
# Notes:
|
||||
#
|
||||
# The available debug levels are:
|
||||
#
|
||||
# debug 1 # Log the destination for each request Privoxy let through. See also debug 1024.
|
||||
debug 1 # Log the destination for each request Privoxy let through. See also debug 1024.
|
||||
# debug 2 # show each connection status
|
||||
# debug 4 # show I/O status
|
||||
# debug 8 # show header parsing
|
||||
|
@ -1076,7 +1075,7 @@ enforce-blocks 0
|
|||
# anywhere, with the exception that 192.168.45.73 may not access
|
||||
# the IP address behind www.dirty-stuff.example.com:
|
||||
#
|
||||
# permit-access 192.168.45.64/26
|
||||
# permit-access 192.168.45.64/26
|
||||
# deny-access 192.168.45.73 www.dirty-stuff.example.com
|
||||
#
|
||||
# Allow access from the IPv4 network 192.0.2.0/24 even if listening
|
||||
|
@ -1196,7 +1195,7 @@ buffer-limit 4096
|
|||
# Everything goes to an example parent proxy, except SSL on port
|
||||
# 443 (which it doesn't handle):
|
||||
#
|
||||
# forward / parent-proxy.example.org:8080
|
||||
# forward / parent-proxy.example.org:8080
|
||||
# forward :443 .
|
||||
#
|
||||
#
|
||||
|
@ -1277,7 +1276,7 @@ buffer-limit 4096
|
|||
# ISP's proxy by way of example.com's corporate SOCKS 4A gateway
|
||||
# to the Internet.
|
||||
#
|
||||
# forward-socks4a / socks-gw.example.com:1080 www-cache.isp.example.net:8080
|
||||
# forward-socks4a / socks-gw.example.com:1080 www-cache.isp.example.net:8080
|
||||
# forward .example.com .
|
||||
#
|
||||
#
|
||||
|
@ -1297,8 +1296,8 @@ buffer-limit 4096
|
|||
# if you need to access local servers you therefore might want
|
||||
# to make some exceptions:
|
||||
#
|
||||
# forward 192.168.*.*/ .
|
||||
# forward 10.*.*.*/ .
|
||||
# forward 192.168.*.*/ .
|
||||
# forward 10.*.*.*/ .
|
||||
# forward 127.*.*.*/ .
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user