X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/389ad222ec2e0457106339fb71713dad7b95f80e..f1dfaca8d007de6e07316d9b7af7982cf47ce195:/doc/ikiwiki.setup?ds=sidebyside diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index d23010fd5..52b112a44 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -111,4 +111,10 @@ use IkiWiki::Setup::Standard { # For use with the openid plugin, to give an url to a page users # can use to signup for an OpenID. #openidsignup => "http://myopenid.com/", + + # For use with the mirrorlist plugin, a list of mirrors. + #mirrorlist => { + # mirror1 => "http://hostname1", + # mirror2 => "http://hostname2/mirror", + #}, }