X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fikiwiki.setup;h=e1f698d68f77ebe747aaeda2019adc1e2397333c;hb=a305da9c8fa0e5786fd06f931f9c7519bba72f6a;hp=7813eb822e2ac8788c1bff27343cfca16deff05d;hpb=6cc69038caa841861b4aa7166a9577e8520f65c0;p=ikiwiki.git diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 7813eb822..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", @@ -143,6 +143,12 @@ use IkiWiki::Setup::Standard { #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], # To add a directory to the perl search path, use this. #libdir => "/home/me/.ikiwiki/", + + # To override environment variable settings, you can list values here. + #ENV => { + # TZ => "America/New_York", + # PATH => "/home/me/bin:/usr/local/bin:/usr/bin:/bin", + #}, # For use with the tag plugin, make all tags be located under a # base page.