From: Allan Wind Date: Thu, 27 Sep 2018 07:57:23 +0000 (-0400) Subject: Clarify proxy configuration X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=83c3ffa94746302185d4c525f22b42d495a62d1d;p=vimb.git Clarify proxy configuration --- diff --git a/doc/vimb.1 b/doc/vimb.1 index 2040f5d..c9df3d4 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1369,10 +1369,10 @@ There are also some sample scripts installed together with Vimb under PREFIX/share/vimb/examples. .SH ENVIRONMENT .TP -.B http_proxy -If this variable is set to an non-empty value, and the configuration option -`proxy' is enabled, this will be used as HTTP proxy. -If the proxy URL has no scheme set, HTTP is assumed. +.B http_proxy, HTTP_PROXY +If either environment variable is non-empty, the specified host and +optional port is used to tunnel requests. For example: +HTTP_PROXY=localhost:8118. .SH "REPORTING BUGS" Report bugs to the main project page on https://github.com/fanglingsu/vimb/issues .br