aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/links_from_sidebars/discussion.mdwn
blob: 9cb84328a6028190b87f0c407e7cbb47ea71d7b5 (plain)
1
2
3
4
5
In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.

    rewrite ^(.*/)sidebar/$ $1 redirect;

This appears to work well.