update for new webserver

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2014-12-20 13:28:39 +01:00
parent 0c93a06ace
commit abddd0a991
1 changed files with 3 additions and 3 deletions

View File

@ -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',