diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-28 22:03:34 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-28 22:03:34 -0500 |
commit | d8f16c4d9523ff315a3e66ddc8dfa8066fe5cdb3 (patch) | |
tree | 574765ec75bad7cebf3222eba98a26f2b7bef6df /doc/tips | |
parent | 82d94d4d4a8768e4d741bd37fc3b805260f775b1 (diff) | |
download | ikiwiki-d8f16c4d9523ff315a3e66ddc8dfa8066fe5cdb3.tar ikiwiki-d8f16c4d9523ff315a3e66ddc8dfa8066fe5cdb3.tar.gz |
clarify cgiurl setting
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/nearlyfreespeech.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tips/nearlyfreespeech.mdwn b/doc/tips/nearlyfreespeech.mdwn index 6715f0c29..4b3b02eac 100644 --- a/doc/tips/nearlyfreespeech.mdwn +++ b/doc/tips/nearlyfreespeech.mdwn @@ -81,7 +81,8 @@ Here is an example of how I set up a wiki: nano ikiwiki.setup # Set destdir to /home/htdocs # Set srcdir to /home/private/wiki - # Set url to http://yoursite.nfshost.com/ , set cgiurl likewise + # Set url to http://yoursite.nfshost.com/ + # Set cgiurl to http://yoursite.nfshost.com/ikiwiki.cgi # Uncomment the `rcs => "git"` line. # Set the cgi_wrapper path to /home/htdocs/ikiwiki.cgi # Set the git_wrapper path to /home/private/wiki.git/hooks/post-update |