diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-27 10:29:36 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-27 10:29:36 -0400 |
commit | 9df555376c461987b3d25f31c599183730f60732 (patch) | |
tree | 0e957d9d0f335aad5e7d9ebfa75bc97e5093a457 /doc/todo/outbound_proxy.mdwn | |
parent | 2da6600def155d2330c61ab058c7e91f19fb6c6d (diff) | |
download | ikiwiki-9df555376c461987b3d25f31c599183730f60732.tar ikiwiki-9df555376c461987b3d25f31c599183730f60732.tar.gz |
Clarify that an existing setting suffices.
Diffstat (limited to 'doc/todo/outbound_proxy.mdwn')
-rw-r--r-- | doc/todo/outbound_proxy.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/outbound_proxy.mdwn b/doc/todo/outbound_proxy.mdwn index 9159a1af1..99b564828 100644 --- a/doc/todo/outbound_proxy.mdwn +++ b/doc/todo/outbound_proxy.mdwn @@ -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) -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 |