summaryrefslogtreecommitdiff
path: root/squid/squid.conf
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-11-04 17:45:44 +0100
committerJuergen Daubert <jue@jue.li>2006-11-04 17:45:44 +0100
commit45687a6323a245c1ac6080844dab62691f1390ee (patch)
treec0fb29f9602be5d9388211247a3f66c9c8be1040 /squid/squid.conf
parent238005f215cd8824502d58d2465656e1b3904476 (diff)
downloadopt-45687a6323a245c1ac6080844dab62691f1390ee.tar.gz
opt-45687a6323a245c1ac6080844dab62691f1390ee.tar.xz
squid: update to 2.6.STABLE5
Diffstat (limited to 'squid/squid.conf')
-rw-r--r--squid/squid.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/squid/squid.conf b/squid/squid.conf
index 85e6aabcd..049f7fbf0 100644
--- a/squid/squid.conf
+++ b/squid/squid.conf
@@ -35,10 +35,10 @@ pid_filename /var/run/squid.pid
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
-acl SSL_ports port 443 563
+acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
-acl Safe_ports port 443 563 # https, snews
+acl Safe_ports port 443 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports

Generated by cgit