diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nginx.conf | 2 |
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; |