From 86b534b7f97a19105af1990c066a266dd7019085 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 14 Jan 2009 21:47:54 -0500 Subject: [PATCH] we're at http://sipb.mit.edu/ now --- ikiwiki.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index d30cd92..4f13e57 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,9 +19,9 @@ use IkiWiki::Setup::Standard { # where to build the wiki destdir => '/afs/sipb.mit.edu/project/sipb-www/web_scripts/wiki/', # base url to the wiki - url => 'http://sipb.mit.edu/wiki', + url => 'http://sipb.mit.edu/', # url to the ikiwiki.cgi - cgiurl => 'https://sipb.mit.edu:444/wiki/ikiwiki.cgi', + cgiurl => 'https://sipb.mit.edu:444/ikiwiki.cgi', # filename of cgi wrapper to generate cgi_wrapper => '/afs/sipb.mit.edu/project/sipb-www/web_scripts/wiki/ikiwiki.cgi', # mode for cgi_wrapper (can safely be made suid) @@ -134,7 +134,7 @@ use IkiWiki::Setup::Standard { # git plugin # git hook to generate - git_wrapper => '/mit/sipb-www/ikiwiki/src/.git/hooks/post-update', + git_wrapper => '/mit/sipb-www/wiki.git/hooks/post-update', # mode for git_wrapper (can safely be made suid) #git_wrappermode => '06755', # git pre-receive hook to generate -- 2.45.0