From: Carl Worth Date: Wed, 26 Nov 2014 02:58:26 +0000 (-0800) Subject: Don't point to a symlink (/home/srv instead of /srv) X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=2c7d246cffaccdf22cf9769842e0206b80ded585 Don't point to a symlink (/home/srv instead of /srv) By default, ikiwiki refuses to run with a symlink in the path. --- diff --git a/ikiwiki.setup b/ikiwiki.setup index 006a63a..31e459f 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,7 +19,7 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "$checkout/src", - destdir => "/srv/cworth.org/www", + destdir => "/home/srv/cworth.org/www", url => "http://cworth.org", #cgiurl => "http://example.org/ikiwiki.cgi",