Add proxy configuration

This commit is contained in:
Vitaly Parakhin 2015-04-23 16:48:12 +03:00
parent 9d3dc1d239
commit e6a10525b4
1 changed files with 4 additions and 0 deletions

View File

@ -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