Skip to content

Commit

Permalink
www: redirect for Windows Environment wiki page
Browse files Browse the repository at this point in the history
Redirect pointing to the wiki page, to be used by the Windows installer.

Ref: nodejs/node#4111

PR-URL: #286
Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
  • Loading branch information
joaocgreis committed Jan 6, 2016
1 parent 49aa733 commit 9079242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/www/resources/config/nodejs.org
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 9079242

Please sign in to comment.