Skip to content

Commit

Permalink
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
  • Loading branch information
joaocgreis committed Dec 23, 2015
1 parent a45747d commit c55dbdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/www/resources/config/nodejs.org
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ server {
add_header access-control-allow-origin *;
}
}

rewrite ^/windows-environment$ https://github.com/nodejs/node/wiki/Windows-Environment permanent;
}

server {
Expand Down Expand Up @@ -380,4 +382,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 c55dbdc

Please sign in to comment.