We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe532a commit f82ea34Copy full SHA for f82ea34
1 file changed
nginx.conf
@@ -16,6 +16,10 @@ http {
16
17
#REPLACE_APPS
18
19
+ location /cdk/version-matrix/ {
20
+ return 302 /; # Redirect to the home page with a temporary redirect
21
+ }
22
+
23
location / {
24
root /app/#environment;
25
index index.html;
0 commit comments