Skip to content

Commit c7380a4

Browse files
committed
DBC22-5424: updated legacy redirection
1 parent c09d36e commit c7380a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose/frontend/legacy_redirects.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ location ~ ^/directions.html$ {
1515
}
1616

1717
location ~ ^/chainup.php$ {
18-
return 301 https://$http_host/delays?chainUpsOnly=true;
18+
return 301 https://$http_host/chain-ups;
1919
}
2020

2121
location ^~ /vsls {
2222
return 301 https://vsls.drivebc.ca/;
23-
}
23+
}

0 commit comments

Comments
 (0)