From d63a532c80b01ae6197eca43b8e560c916131428 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 12 May 2016 00:09:16 +0200 Subject: unkludge squid, and unset http_proxy --- hosts/jenkins-test-vm/etc/squid3/squid.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/jenkins-test-vm/etc/squid3/squid.conf') diff --git a/hosts/jenkins-test-vm/etc/squid3/squid.conf b/hosts/jenkins-test-vm/etc/squid3/squid.conf index 27b15593..d3a0a7f1 100644 --- a/hosts/jenkins-test-vm/etc/squid3/squid.conf +++ b/hosts/jenkins-test-vm/etc/squid3/squid.conf @@ -714,7 +714,6 @@ 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 VNC_ports port 5900-5999 # VNC ports acl CONNECT method CONNECT # TAG: follow_x_forwarded_for @@ -823,7 +822,6 @@ http_access deny manager # Deny requests to certain unsafe ports http_access deny !Safe_ports -http_access allow CONNECT VNC_ports # Deny CONNECT to other than secure SSL ports http_access deny CONNECT !SSL_ports @@ -2232,7 +2230,7 @@ http_port 3128 # Uncomment and adjust the following to add a disk cache directory. #cache_dir ufs /var/spool/squid3 100 16 256 -cache_dir ufs /var/spool/squid3 1000 16 1024 +cache_dir ufs /var/spool/squid3 16384 16 1024 # TAG: store_dir_select_algorithm # Set this to 'round-robin' as an alternative. -- cgit v1.2.3-70-g09d2