]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by Justin: explain workaround using server rewriting.
authorJoey Hess <joey@kitenet.net>
Wed, 20 Feb 2008 17:30:33 +0000 (12:30 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 20 Feb 2008 17:30:33 +0000 (12:30 -0500)
doc/bugs/links_from_sidebars/discussion.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/links_from_sidebars/discussion.mdwn b/doc/bugs/links_from_sidebars/discussion.mdwn
new file mode 100644 (file)
index 0000000..9cb8432
--- /dev/null
@@ -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.