From: Micah Cowan Date: Wed, 10 Jun 2009 16:22:05 +0000 (-0700) Subject: Add "https_proxy" to the proxy examples. X-Git-Tag: v1.13~356 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=7f5c8e7037c92cc07a3b2b0d8f922bcbfe85120f Add "https_proxy" to the proxy examples. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 9c50b60d..b50466c2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-06-10 Micah Cowan + + * sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks + to Martin Paul for the suggestion. + 2008-11-15 Steven Schubiger * sample.wgetrc: Comment the waitretry "default" value, diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc index 08e810fd..62981c8f 100644 --- a/doc/sample.wgetrc +++ b/doc/sample.wgetrc @@ -73,8 +73,9 @@ # is *not* sent by default. #header = Accept-Language: en -# You can set the default proxies for Wget to use for http and ftp. +# You can set the default proxies for Wget to use for http, https, and ftp. # They will override the value in the environment. +#https_proxy = http://proxy.yoyodyne.com:18023/ #http_proxy = http://proxy.yoyodyne.com:18023/ #ftp_proxy = http://proxy.yoyodyne.com:18023/