We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ffb5 commit d1b7abeCopy full SHA for d1b7abe
squid.conf
@@ -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