Clarify that an existing setting suffices.

master
Amitai Schlair 2013-07-27 10:29:36 -04:00
parent 2da6600def
commit 9df555376c
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ Ikiwiki has several plugins that open outbound connections:
In some networks it is desired (or necessary) for these connections In some networks it is desired (or necessary) for these connections
to traverse a proxy. Proxies are usually configured via environment to traverse a proxy. Proxies are usually configured via environment
variables, so for ikiwiki it is probably not desirable (or necessary) 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 [[!cpan LWP::UserAgent]] by default doesn't care about the usual
environment variables, but if its constructor is passed a true environment variables, but if its constructor is passed a true