From: Joey Hess Date: Wed, 21 May 2008 18:57:03 +0000 (-0400) Subject: adjust example cgiurl X-Git-Tag: 2.47~13 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=a305da9c8fa0e5786fd06f931f9c7519bba72f6a adjust example cgiurl This way it matches the path given for the cgi wrapper, assuming apache set up to use /var/www. --- diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 3d3c2a7f6..e1f698d68 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -15,7 +15,7 @@ use IkiWiki::Setup::Standard { destdir => "/var/www/wiki", url => "http://example.org/wiki", - cgiurl => "http://example.org/ikiwiki.cgi", + cgiurl => "http://example.org/wiki/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", #underlaydir => "/usr/share/ikiwiki/basewiki",