Skip to content

Commit 9b7ac9e

Browse files
fhembergerrvagg
authored andcommitted
nginx: Redirect old inspector docs (#1214)
Ref: nodejs/nodejs.org#1610
1 parent 6bd9147 commit 9b7ac9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/roles/nginx/templates/nodejs.org.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,6 @@ server {
411411

412412
# Rename 'Stable' release to 'Current'
413413
rewrite ^/(.*)/download/stable$ https://$server_name/$1/download/current permanent;
414+
415+
rewrite ^/en/docs/inspector/$ https://$server_name/en/docs/guides/debugging-getting-started/ permanent;
414416
}

0 commit comments

Comments
 (0)