Skip to content

Commit

Permalink
nginx: Redirect old inspector docs (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger authored and rvagg committed Apr 5, 2018
1 parent 6bd9147 commit 9b7ac9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/nginx/templates/nodejs.org.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,6 @@ server {

# Rename 'Stable' release to 'Current'
rewrite ^/(.*)/download/stable$ https://$server_name/$1/download/current permanent;

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

0 comments on commit 9b7ac9e

Please sign in to comment.