summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/nginx/site.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf
index a4fd42d..90ceaea 100644
--- a/etc/nginx/site.conf
+++ b/etc/nginx/site.conf
@@ -65,6 +65,9 @@ server {
65 location ^~ /download/snapshot/nagios-plugins-HEAD.tar.gz { 65 location ^~ /download/snapshot/nagios-plugins-HEAD.tar.gz {
66 return 301 /download/snapshot/nagios-plugins-master.tar.gz; 66 return 301 /download/snapshot/nagios-plugins-master.tar.gz;
67 } 67 }
68 location ^~ /taxonomy/term/2 {
69 return 301 /doc/presentation.html;
70 }
68 location ~ ^/(?:man.*|guidelines|extra-opts)$ { 71 location ~ ^/(?:man.*|guidelines|extra-opts)$ {
69 return 301 /doc$request_uri.html; 72 return 301 /doc$request_uri.html;
70 } 73 }