diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-20 13:34:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-20 13:34:11 +0000 |
commit | 958468b0883783cebd57086e80ec58f578c82074 (patch) | |
tree | f2f6e582caf6ea9306dd44e134815df67ef7bf86 /doc | |
parent | 2469114dc567fb3a52609b589d85eb28af0cd670 (diff) |
fix broken example config file and detect this breakage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 5353c37b8..9e4d00726 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -34,11 +34,9 @@ use IkiWiki::Setup::Standard { }, #{ # # The cgi wrapper. - # cgiwrapper => { - # cgi => 1, - # wrapper => "/var/www/wiki/ikiwiki.cgi", - # wrappermode => "06755", - # }, + # cgi => 1, + # wrapper => "/var/www/wiki/ikiwiki.cgi", + # wrappermode => "06755", #}, ], |