From abddd0a99115d10a0881a612823e82a150582e25 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 20 Dec 2014 13:28:39 +0100 Subject: [PATCH] update for new webserver Signed-off-by: Nico Schottelius --- ikiwiki.setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index b83337d7..beb83669 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -16,9 +16,9 @@ use IkiWiki::Setup::Standard { # users who are banned from the wiki banned_users => [], # where the source of the wiki is located - srcdir => '/home/user/nico/netzseiten/www.nico.schottelius.org-ikiwiki', + srcdir => '/home/nico/www.nico.schottelius.org', # where to build the wiki - destdir => '/home/services/www/nico/www.nico.schottelius.org/www', + destdir => '/home/services/www/nico/nico.schottelius.org/www', # base url to the wiki url => 'http://www.nico.schottelius.org/', # url to the ikiwiki.cgi @@ -284,7 +284,7 @@ use IkiWiki::Setup::Standard { # extra template directories to add #add_templates => [qw{/home/users/nico/.ikiwiki/templates}], - git_wrapper => '/home/services/git/netzseiten/www.nico.schottelius.org/hooks/post-update', + git_wrapper => '/home/services/git/nico.schottelius.org/hooks/post-update', git_wrappermode => '06755', gitorigin_branch => 'origin', gitmaster_branch => 'master',