From 9079242ae73dcb3546c75ef5001eda0180dbb7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 23 Dec 2015 18:01:49 +0000 Subject: [PATCH] www: redirect for Windows Environment wiki page Redirect pointing to the wiki page, to be used by the Windows installer. Ref: https://github.com/nodejs/node/pull/4111 PR-URL: https://github.com/nodejs/build/pull/286 Reviewed-By: Alexis Campailla --- setup/www/resources/config/nodejs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/www/resources/config/nodejs.org b/setup/www/resources/config/nodejs.org index ec2a6c7bb..edb5265c6 100644 --- a/setup/www/resources/config/nodejs.org +++ b/setup/www/resources/config/nodejs.org @@ -380,4 +380,6 @@ server { rewrite ^/images/yahoo-logo.png https://$server_name/static/legacy/images/yahoo-logo.png permanent; rewrite ^/images/(.*) https://$server_name/static/images/$1 permanent; + + rewrite ^/windows-environment$ https://github.com/nodejs/node/wiki/Windows-Environment permanent; }