aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-03-18 15:26:35 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-03-18 15:26:35 +0100
commita1697dd527c6c7784c1aa9521a6e36e2d77b23f7 (patch)
tree9a84652b897279cdc40b88f0e48c60e4a0d43b9b /ikiwiki.setup
parent82cd105a8249c39bbfc63483e2d5606d77d8e68e (diff)
parent74cea5526f697635a3b7a702c733c27a6258eb8e (diff)
downloadweb-a1697dd527c6c7784c1aa9521a6e36e2d77b23f7.tar.gz
web-a1697dd527c6c7784c1aa9521a6e36e2d77b23f7.tar.bz2
web-a1697dd527c6c7784c1aa9521a6e36e2d77b23f7.zip
Merge commit '74cea5526f697635a3b7a702c733c27a6258eb8e'
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup7
1 files changed, 5 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index cfb3e646..0f912b82 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -51,7 +51,7 @@ IkiWiki::Setup::Standard->import({
# base url to the wiki
url => 'http://darnassus.sceen.net/~hurd-web',
# url to the ikiwiki.cgi
- cgiurl => 'http://darnassus.sceen.net/cgi-bin/hurd-web',
+ cgiurl => 'http://darnassus.sceen.net/hurd-web.cgi',
# filename of cgi wrapper to generate
cgi_wrapper => $cgi_wrapper,
# mode for cgi_wrapper (can safely be made suid)
@@ -211,7 +211,10 @@ IkiWiki::Setup::Standard->import({
# url pattern of openid realm (default is cgiurl)
#openid_realm => '',
# url to ikiwiki cgi to use for openid authentication (default is cgiurl)
- #openid_cgiurl => '',
+ # TODO. I don't know why I have to set this -- it's supposed to be the
+ # default -- but if this is not set, the OpenID provider redirects us
+ # to <http://darnassus.sceen.net/>, which doesn't work.
+ openid_cgiurl => 'http://darnassus.sceen.net/hurd-web.cgi',
# passwordauth plugin
# a password that must be entered when signing up for an account