summaryrefslogtreecommitdiffstats
path: root/etc/nginx/site.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nginx/site.conf')
-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 90ceaea..eb8c5e8 100644
--- a/etc/nginx/site.conf
+++ b/etc/nginx/site.conf
@@ -68,6 +68,9 @@ server {
68 location ^~ /taxonomy/term/2 { 68 location ^~ /taxonomy/term/2 {
69 return 301 /doc/presentation.html; 69 return 301 /doc/presentation.html;
70 } 70 }
71 location ~ ^/doc/release-notes/(.*)$ {
72 return 301 /news/release-$1;
73 }
71 location ~ ^/(?:man.*|guidelines|extra-opts)$ { 74 location ~ ^/(?:man.*|guidelines|extra-opts)$ {
72 return 301 /doc$request_uri.html; 75 return 301 /doc$request_uri.html;
73 } 76 }