]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorjpritikin <jpritikin@web>
Tue, 9 Sep 2008 18:27:47 +0000 (14:27 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 9 Sep 2008 18:27:47 +0000 (14:27 -0400)
doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn b/doc/bugs/websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn
new file mode 100644 (file)
index 0000000..7feb973
--- /dev/null
@@ -0,0 +1,3 @@
+My web server runs in a chroot jail. This makes things interesting because the paths are slightly different depending on whether you are inside or outside the chroot.
+
+To override an incorrectly guessed path, I set setupconf in the .setup file. I also set allow_symlinks_before_srcdir=>1. However, when I tried websetup, the setup file was correctly changed but these important settings disappeared. This seems like a bug.