diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-10 10:45:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-10 10:45:38 -0400 |
commit | 2eb11762169bd8f1d5ee52020159bd4e2215ed4f (patch) | |
tree | 0a6f429d40092ee69390bca38cd2f96db0d3f1a6 | |
parent | 0c22e0f29a8bad1dadec94f4d0dee27f9cc87d10 (diff) | |
parent | 70a7b08f4579e9313879a951fca4d33ceefc08fa (diff) | |
download | ikiwiki-2eb11762169bd8f1d5ee52020159bd4e2215ed4f.tar ikiwiki-2eb11762169bd8f1d5ee52020159bd4e2215ed4f.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/forum/Setting_http__95__proxy/comment_1_350a7c4834c9f422e107b646cdbae3b0._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/Setting_http__95__proxy/comment_1_350a7c4834c9f422e107b646cdbae3b0._comment b/doc/forum/Setting_http__95__proxy/comment_1_350a7c4834c9f422e107b646cdbae3b0._comment new file mode 100644 index 000000000..3623652ab --- /dev/null +++ b/doc/forum/Setting_http__95__proxy/comment_1_350a7c4834c9f422e107b646cdbae3b0._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="http://smcv.pseudorandom.co.uk/" + nickname="smcv" + subject="comment 1" + date="2012-10-10T13:45:10Z" + content=""" +If your wiki configuration is written in YAML (it says IkiWiki::Setup::Yaml near the top), the correct syntax is something like + + ENV: + http_proxy: http://proxy.uns.edu.ar:1280/ + https_proxy: http://proxy.uns.edu.ar:1280/ + +or + + ENV: { http_proxy: 'http://proxy.uns.edu.ar:1280/', https_proxy: 'http://proxy.uns.edu.ar:1280/' } + +(many variations are possible, see <http://www.yaml.org/>). + +The syntax you quoted is correct for Perl-syntax setup files (which will mention IkiWiki::Setup::Standard near the top), but not YAML ones. +"""]] |