diff options
author | Oskar Vigren <oskar@vig.ren> | 2019-11-19 09:47:03 +0100 |
---|---|---|
committer | Oskar Vigren <oskar@vig.ren> | 2019-11-19 09:49:19 +0100 |
commit | d9e5eab7e8a8d538b9eaeb242fc9774b39f7e0bd (patch) | |
tree | be2fb2c6ed3c839ca42cac75ae34924e729f8405 | |
parent | 9a27708b8e1673e818fa38ddaeefb351f0973c65 (diff) |
[create-a-wiki] Change base urls of ikiwiki-script to localhost
-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 |