diff options
-rw-r--r-- | create-a-wiki-preview.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/create-a-wiki-preview.mdwn b/create-a-wiki-preview.mdwn index 014b527..fd01bec 100644 --- a/create-a-wiki-preview.mdwn +++ b/create-a-wiki-preview.mdwn @@ -102,8 +102,8 @@ cat <<EOF | tee /tmp/fripost-wiki.sed /^srcdir:/ s|:.*$|: $HOME/git/fripost/wiki| /^destdir:/ s|:.*$|: $HOME/public_html/fripost-wiki| /^cgi_wrapper:/ s|:.*$|: $HOME/public_html/fripost-wiki/ikiwiki.cgi| -/url:/ s|:.*$|: http://wiki.fripost.localhost/ \# http://fripost.localhost/| -/cgiurl:/ s|:.*$|: http://wiki.fripost.localhost/ikiwiki.cgi| +/url:/ s|:.*$|: http://localhost:8080/| +/cgiurl:/ s|:.*$|: http://localhost:8080/ikiwiki.cgi| /^libdir:\|^ *file:/ s|/var/lib/ikiwiki|$HOME/.ikiwiki| /^sslcookie:/ s/1/0/g /^git_wrapper:/ s/^/\#/g |