Skip to content

Commit

Permalink
nginx: Redirect old inspector docs (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored and rvagg committed Apr 5, 2018
1 parent 07891fd commit 06a168e
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 @@ -423,4 +423,6 @@ server {

rewrite ^/static/documents/casestudies/(.*)$ https://foundation.nodejs.org/wp-content/uploads/sites/50/2017/09/$1 permanent;
rewrite ^/static/documents/minutes/nodejs-foundation-board-meeting-(.*).pdf$ https://github.com/nodejs/board/blob/master/minutes/$1.md permanent;

rewrite ^/en/docs/inspector/$ https://$server_name/en/docs/guides/debugging-getting-started/ permanent;
}

0 comments on commit 06a168e

Please sign in to comment.