web commit by Justin: explain workaround using server rewriting.

master
Joey Hess 2008-02-20 12:30:33 -05:00
parent cf02ab0eaf
commit 73b891a434
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,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.