From e6a10525b4eda23d343c743da8d2818813783d8d Mon Sep 17 00:00:00 2001 From: Vitaly Parakhin Date: Thu, 23 Apr 2015 16:48:12 +0300 Subject: [PATCH] Add proxy configuration --- config/common.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/common.cfg b/config/common.cfg index cc1a5c1..7a6a5a3 100644 --- a/config/common.cfg +++ b/config/common.cfg @@ -6,6 +6,10 @@ MIRROR_ROOT="/var/www/nailgun" # Log dir LOG_ROOT="/var/log/mirror-sync" +# In case of working behind http proxy uncomment the following parameters +# RSYNC_PROXY=http://my-proxy-address:8080 +# http_proxy=$RSYNC_PROXY + # Attempt to autodetect current Fuel version if hash fuel 2>/dev/null; then # working on Fuel node