summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/nginx/site.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf
index 4ef3ad1..05d10ef 100644
--- a/etc/nginx/site.conf
+++ b/etc/nginx/site.conf
@@ -61,7 +61,7 @@ server {
61 location ^~ /snapshot { 61 location ^~ /snapshot {
62 return 301 /download$request_uri; 62 return 301 /download$request_uri;
63 } 63 }
64 location ~ ^/(?:man|guidelines|extra-opts$) { 64 location ~ ^/(?:man.*|guidelines|extra-opts)$ {
65 return 301 /doc$request_uri.html; 65 return 301 /doc$request_uri.html;
66 } 66 }
67} 67}