We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9c08f commit ee97827Copy full SHA for ee97827
squid.conf
@@ -1,6 +1,3 @@
1
-acl manager proto cache_object
2
-
3
-acl localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
4
acl SSL_ports port 443
5
acl Safe_ports port 80 # http
6
acl Safe_ports port 21 # ftp
@@ -13,8 +10,6 @@ acl Safe_ports port 488 # gss-http
13
10
acl Safe_ports port 591 # filemaker
14
11
acl Safe_ports port 777 # multiling http
15
12
acl CONNECT method CONNECT
16
-http_access allow manager localhost
17
-http_access deny manager
18
http_access deny !Safe_ports
19
http_access deny CONNECT !SSL_ports
20
http_access allow all
0 commit comments