Created
September 30, 2011 08:17
-
-
Save chrisns/1253066 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
acl all src all | |
acl SSL_ports port 443 | |
acl Safe_ports port 80 | |
acl CONNECT method CONNECT | |
http_access allow all | |
icp_access deny all | |
http_port 3128 | |
hierarchy_stoplist cgi-bin ? | |
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 | |
refresh_pattern . 0 20% 4320 | |
acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9] | |
upgrade_http0.9 deny shoutcast | |
acl apache rep_header Server ^Apache | |
broken_vary_encoding allow apache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment