Skip to content

Commit d1b7abe

Browse files
committed
Create squid.conf
1 parent 4b0ffb5 commit d1b7abe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

squid.conf

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
acl store_rewrite_list dstdomain .oracle.com
2+
acl all src all
3+
4+
http_access allow store_rewrite_list
5+
http_access deny all
6+
icp_access deny all
7+
http_port 3128
8+
9+
10+
storeurl_access allow store_rewrite_list
11+
storeurl_access deny all
12+
storeurl_rewrite_program C:/Python33/python.exe C:/squid/etc/rewrite.py
13+
14+
15+
maximum_object_size 10000 MB
16+
#cache_replacement_policy heap LFUDA
17+
cache_dir aufs c:/squid/var/cache 10000 16 256
18+
access_log c:/squid/var/logs/access.log squid
19+
refresh_pattern . 60 90% 1440
20+
coredump_dir c:/squid/var/cache
21+
strip_query_terms off
22+
#debug_options ALL,9

0 commit comments

Comments
 (0)