diff options
Diffstat (limited to 'hosts/jenkins-test-vm')
-rw-r--r-- | hosts/jenkins-test-vm/etc/squid3/squid.conf | 4 |
1 files changed, 1 insertions, 3 deletions
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. |