]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Clarify that an existing setting suffices.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sat, 27 Jul 2013 14:29:36 +0000 (10:29 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sat, 27 Jul 2013 14:29:36 +0000 (10:29 -0400)
doc/todo/outbound_proxy.mdwn

index 9159a1af152838424bc73a00165e85ba228ffd01..99b564828280c64c4162040762ca114a888a80b7 100644 (file)
@@ -12,7 +12,8 @@ Ikiwiki has several plugins that open outbound connections:
 In some networks it is desired (or necessary) for these connections
 to traverse a proxy. Proxies are usually configured via environment
 variables, so for ikiwiki it is probably not desirable (or necessary)
 In some networks it is desired (or necessary) for these connections
 to traverse a proxy. Proxies are usually configured via environment
 variables, so for ikiwiki it is probably not desirable (or necessary)
-to manage proxy configuration in the setup file.
+to manage proxy configuration via new purpose-specific settings in
+the setup file; `ENV` ought to suffice.
 
 [[!cpan LWP::UserAgent]] by default doesn't care about the usual
 environment variables, but if its constructor is passed a true
 
 [[!cpan LWP::UserAgent]] by default doesn't care about the usual
 environment variables, but if its constructor is passed a true