Added a comment
[ikiwiki] / 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
8
9     ENV:
10       http_proxy: http://proxy.uns.edu.ar:1280/
11       https_proxy: http://proxy.uns.edu.ar:1280/
12
13 or
14
15     ENV: { http_proxy: 'http://proxy.uns.edu.ar:1280/', https_proxy: 'http://proxy.uns.edu.ar:1280/' }
16
17 (many variations are possible, see <http://www.yaml.org/>).
18
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 """]]