Skip to content

Commit 5158035

Browse files
authored
Merge pull request #66734 from mburke5678/cma-remove-osd-redirect
CMA fix redirect to get CMA docs in OSD
2 parents 8e5fa17 + 26bcedd commit 5158035

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.s2i/httpd-cfg/01-commercial.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,10 @@ AddType text/vtt vtt
696696
RewriteRule ^dedicated/osd_private_connections/?(.*)$ /dedicated/osd_cluster_admin/osd_private_connections/$1 [NE,R=301]
697697

698698
RewriteRule ^dedicated/nodes/rosa-managing-worker-nodes.html /dedicated/osd_cluster_admin/osd_nodes/osd-managing-worker-nodes.html [NE,R=301]
699+
700+
# Redirect to get Custom Metrics Autoscaler into OSD
701+
RewriteRule ^dedicated/nodes/cma/?(.*)$ - [L,R=302]
702+
699703
RewriteRule ^dedicated/nodes/?(.*)$ /dedicated/osd_cluster_admin/osd_nodes/osd-$1 [NE,R=301]
700704

701705
RewriteRule ^dedicated/osd_notifications/notifications.html /dedicated/osd_cluster_admin/osd_logging/osd-accessing-the-service-logs.html [NE,R=301]

0 commit comments

Comments
 (0)