Skip to content

Commit 71edfac

Browse files
authored
Merge pull request #71521 from bscott-rh/71248-redirects
Redirects for #71248
2 parents 6dc57fc + 3fe21c5 commit 71edfac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ AddType text/vtt vtt
176176
RewriteRule ^(rosa|dedicated)/logging/config/cluster-logging-moving-nodes.html /$1/logging/scheduling_resources/logging-node-selectors.html [NE,R=302]
177177
RewriteRule ^container-platform/(4\.11|4\.12|4\.13|4\.14)/logging/config/cluster-logging-log-store.html /container-platform/$1/logging/log_storage/logging-config-es-store.html [NE,R=302]
178178

179+
# Redirects for observability rework per https://github.com/openshift/openshift-docs/pull/71248
180+
RewriteRule ^container-platform/4.14/power_monitoring/(.*)$ /container-platform/4.14/observability/power_monitoring/$1 [NE,R=302,L]
181+
179182
# Redirect for log collection forwarding per https://github.com/openshift/openshift-docs/pull/64406
180183
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/config/cluster-logging-collector.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-collector.html [NE,R=302]
181184
RewriteRule ^container-platform/(4\.11|4\.12|4\.13)/logging/cluster-logging-eventrouter.html /container-platform/$1/logging/log_collection_forwarding/cluster-logging-eventrouter.html [NE,R=302]

0 commit comments

Comments
 (0)