Skip to content

Commit b1f065f

Browse files
committed
adding redirect for low latency changes
1 parent ca530dd commit b1f065f

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
@@ -173,6 +173,10 @@ AddType text/vtt vtt
173173
RewriteRule ^container-platform/(4\.10|4\.11)/scalability_and_performance/ztp-configuring-single-node-cluster-deployment-during-installation.html /container-platform/$1/scalability_and_performance/ztp_far_edge/ztp-manual-install.html [NE,R=302]
174174
RewriteRule ^container-platform/(4\.10|4\.11)/scalability_and_performance/ztp-vdu-validating-cluster-tuning.html /container-platform/$1/scalability_and_performance/ztp_far_edge/ztp-vdu-validating-cluster-tuning.html [NE,R=302]
175175

176+
# Redirect for low latency tuning changes delivered in https://github.com/openshift/openshift-docs/pull/47965
177+
178+
RewriteRule ^container-platform/(4\.11|4\.12)/scalability_and_performance/cnf-performance-addon-operator-for-low-latency-nodes.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
179+
176180
# CNV scenarios based redirect
177181
RewriteRule ^container-platform/4\.8/virt/learn_more_about_ov.html /container-platform/4.8/virt/virt-learn-more-about-openshift-virtualization.html [NE,R=301]
178182

0 commit comments

Comments
 (0)