diff options
Diffstat (limited to 'etc/nginx')
-rw-r--r-- | etc/nginx/site.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf index 8d56aeb..4ef3ad1 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$) { | 64 | location ~ ^/(?:man|guidelines|extra-opts$) { |
65 | return 301 /doc$request_uri.html; | 65 | return 301 /doc$request_uri.html; |
66 | } | 66 | } |
67 | } | 67 | } |