Description of the problem.
authorhttps://www.google.com/accounts/o8/id?id=AItOawmZriTGyRP3RH7wUzOT0Q2VLiqiY5UarKU <Lisandro_Damin_Nicanor@web>
Thu, 4 Oct 2012 19:27:39 +0000 (15:27 -0400)
committeradmin <admin@branchable.com>
Thu, 4 Oct 2012 19:27:39 +0000 (15:27 -0400)
doc/forum/Setting_http__95__proxy.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Setting_http__95__proxy.mdwn b/doc/forum/Setting_http__95__proxy.mdwn
new file mode 100644 (file)
index 0000000..3bf8a76
--- /dev/null
@@ -0,0 +1,22 @@
+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.
+
+So far I tried:
+
+ENV: {
+  http_proxy => 'http://proxy.uns.edu.ar:1280/',
+  https_proxy => 'http://proxy.uns.edu.ar:1280/'
+}
+
+without luck, as I get:
+
+
+YAML::XS::Load Error: The problem:
+
+    found unexpected ':'
+
+was found at document: 1, line: 85, column: 22
+while scanning a plain scalar at line: 85, column: 3
+usage: ikiwiki [options] source dest
+       ikiwiki --setup configfile
+
+What am I missing? (maybe learning perl?)