]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Setting_http__95__proxy/comment_1_350a7c4834c9f422e107b646cdbae3b0._comment
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / forum / Setting_http__95__proxy / comment_1_350a7c4834c9f422e107b646cdbae3b0._comment
1 [[!comment format=mdwn
2  username="http://smcv.pseudorandom.co.uk/"
3  nickname="smcv"
4  subject="comment 1"
5  date="2012-10-10T13:45:10Z"
6  content="""
7 If your wiki configuration is written in YAML (it says IkiWiki::Setup::Yaml near the top), the correct syntax is something like
9     ENV:
10       http_proxy: http://proxy.uns.edu.ar:1280/
11       https_proxy: http://proxy.uns.edu.ar:1280/
13 or
15     ENV: { http_proxy: 'http://proxy.uns.edu.ar:1280/', https_proxy: 'http://proxy.uns.edu.ar:1280/' }
17 (many variations are possible, see <http://www.yaml.org/>).
19 The syntax you quoted is correct for Perl-syntax setup files (which will mention IkiWiki::Setup::Standard near the top), but not YAML ones.
20 """]]