Skip to content

Commit f82ea34

Browse files
committed
redirect added
1 parent ebe532a commit f82ea34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ http {
1616

1717
#REPLACE_APPS
1818

19+
location /cdk/version-matrix/ {
20+
return 302 /; # Redirect to the home page with a temporary redirect
21+
}
22+
1923
location / {
2024
root /app/#environment;
2125
index index.html;

0 commit comments

Comments
 (0)