]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Setting_http__95__proxy.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.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.
3 So far I tried:
5 ENV: {
6   http_proxy => 'http://proxy.uns.edu.ar:1280/',
7   https_proxy => 'http://proxy.uns.edu.ar:1280/'
8 }
10 without luck, as I get:
13 YAML::XS::Load Error: The problem:
15     found unexpected ':'
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
22 What am I missing? (maybe learning perl?)