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.
6 http_proxy => 'http://proxy.uns.edu.ar:1280/',
7 https_proxy => 'http://proxy.uns.edu.ar:1280/'
10 without luck, as I get:
13 YAML::XS::Load Error: The problem:
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?)