]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Setting_http__95__proxy.mdwn
Added a comment
[ikiwiki.git] / doc / forum / Setting_http__95__proxy.mdwn
1 Hi! My wiki is behind a proxy and, as I understood looking in the web, I need to set the environment variables using ENV inside the wiki's config.
2
3 So far I tried:
4
5 ENV: {
6   http_proxy => 'http://proxy.uns.edu.ar:1280/',
7   https_proxy => 'http://proxy.uns.edu.ar:1280/'
8 }
9
10 without luck, as I get:
11
12
13 YAML::XS::Load Error: The problem:
14
15     found unexpected ':'
16
17 was found at document: 1, line: 85, column: 22
18 while scanning a plain scalar at line: 85, column: 3
19 usage: ikiwiki [options] source dest
20        ikiwiki --setup configfile
21
22 What am I missing? (maybe learning perl?)