summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
commit5d76badfad6535d71c65b80b9a5049599972bac0 (patch)
tree17317f155f2d78c97e84d98237a70a588d1efeb9 /etc
parent15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff)
downloadsite-5d76badfad6535d71c65b80b9a5049599972bac0.tar.gz
Rename /doc/presentation.html
"presentation.html" is a little too generic.
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx.conf b/etc/nginx.conf
index 9028c25..1b37bae 100644
--- a/etc/nginx.conf
+++ b/etc/nginx.conf
@@ -79,7 +79,7 @@ server {
79 return 301 /doc/new-threshold-syntax.html; 79 return 301 /doc/new-threshold-syntax.html;
80 } 80 }
81 location = /taxonomy/term/2 { 81 location = /taxonomy/term/2 {
82 return 301 /doc/presentation.html; 82 return 301 /doc/writing-perl-plugins.html;
83 } 83 }
84 location ^~ /snapshot { 84 location ^~ /snapshot {
85 return 301 /download$request_uri; 85 return 301 /download$request_uri;