diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-21 14:57:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-21 14:57:03 -0400 |
commit | a305da9c8fa0e5786fd06f931f9c7519bba72f6a (patch) | |
tree | f1e75dbe36445c07f60e6c1960fafb2a6f44f67a | |
parent | 13d21938b202b344e86a455b64aee01ae8a18ed3 (diff) |
adjust example cgiurl
This way it matches the path given for the cgi wrapper, assuming apache
set up to use /var/www.
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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", |