From 1af92f0eab57aa3dabf7607e7f7f12cb21f25d12 Mon Sep 17 00:00:00 2001 From: Tim Sutton <tim@linfiniti.com> Date: Fri, 10 Oct 2014 22:55:06 +0800 Subject: [PATCH] In progress implementation for geoserver docker --- 71-apt-cacher-ng | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/71-apt-cacher-ng b/71-apt-cacher-ng index 94d493e..12c66d3 100644 --- a/71-apt-cacher-ng +++ b/71-apt-cacher-ng @@ -1,5 +1,2 @@ -#Acquire::http { Proxy "http://192.168.1.80:3142"; }; -#Acquire::http { Proxy "http://192.168.0.104:3142"; }; -#Acquire::http { Proxy "http://192.168.2.3:3142"; }; -#Acquire::http { Proxy "http://192.168.1.13:3142"; }; -Acquire::http { Proxy "http://192.168.0.13:3142"; }; +Acquire::http { Proxy "http://192.168.2.9:3142"; }; +#Acquire::http { Proxy "http://192.168.0.13:3142"; }; -- Gitblit v0.0.0-SNAPSHOT