From 1df6d5361294bbd4f17174d47a31f909cb4c96e6 Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Sun, 24 Nov 2013 21:07:54 +0400 Subject: [PATCH] config examples for proxy --- lib/config_def.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/config_def.yaml b/lib/config_def.yaml index e1cade1be..134440303 100644 --- a/lib/config_def.yaml +++ b/lib/config_def.yaml @@ -60,3 +60,10 @@ packages: logs: - {type: stdout, format: pretty, level: http} #- {type: file, path: sinopia.log, level: info} + +# you can specify proxy used with all requests in wget-like manner here +# (or set up ENV variables with the same name) +#http_proxy: http://something.local/ +#https_proxy: https://something.local/ +#no_proxy: localhost,127.0.0.1 +