]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/links_from_sidebars/discussion.mdwn
If neither timezone nor TZ is set, set both to :/etc/localtime if we're on a GNU...
[git.ikiwiki.info.git] / doc / bugs / links_from_sidebars / discussion.mdwn
1 In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.
3     rewrite ^(.*/)sidebar/$ $1 redirect;
5 This appears to work well.