aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawmZriTGyRP3RH7wUzOT0Q2VLiqiY5UarKU <Lisandro_Damin_Nicanor@web>2012-10-04 15:27:39 -0400
committeradmin <admin@branchable.com>2012-10-04 15:27:39 -0400
commit3f15785e5806495fb0f7b2ccda7e7e5b3b81e4aa (patch)
treeaab231d7e02b1f99b25ea58efdd4fed9f011eabb
parentf500f32fb7accc9b82d0dd303537943f825c0ae1 (diff)
downloadikiwiki-3f15785e5806495fb0f7b2ccda7e7e5b3b81e4aa.tar
ikiwiki-3f15785e5806495fb0f7b2ccda7e7e5b3b81e4aa.tar.gz
Description of the problem.
-rw-r--r--doc/forum/Setting_http__95__proxy.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/forum/Setting_http__95__proxy.mdwn b/doc/forum/Setting_http__95__proxy.mdwn
new file mode 100644
index 000000000..3bf8a76bc
--- /dev/null
+++ b/doc/forum/Setting_http__95__proxy.mdwn
@@ -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?)