From dc6d1cf2c179220226bda7fd2475c74693063a75 Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 10 Aug 2017 09:17:44 -0600 Subject: Scripts to allow Jenkins to run the SNAPS-OO tests. JIRA: SNAPS-80 Change-Id: I7d634a5484752194d7796e841233bf387c1aeafe Signed-off-by: spisarski --- ci/squid.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ci/squid.conf (limited to 'ci/squid.conf') diff --git a/ci/squid.conf b/ci/squid.conf new file mode 100644 index 0000000..110c1d2 --- /dev/null +++ b/ci/squid.conf @@ -0,0 +1,24 @@ +acl SSL_ports port 443 +acl Safe_ports port 80 # http +acl Safe_ports port 21 # ftp +acl Safe_ports port 443 # https +acl Safe_ports port 70 # gopher +acl Safe_ports port 210 # wais +acl Safe_ports port 1025-65535 # unregistered ports +acl Safe_ports port 280 # http-mgmt +acl Safe_ports port 488 # gss-http +acl Safe_ports port 591 # filemaker +acl Safe_ports port 777 # multiling http +acl CONNECT method CONNECT + +http_access allow all + +http_port 3128 + +coredump_dir /var/spool/squid + +refresh_pattern ^ftp: 1440 20% 10080 +refresh_pattern ^gopher: 1440 0% 1440 +refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 +refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880 +refresh_pattern . 0 20% 4320 -- cgit 1.2.3-korg