Skip to content

Commit 501e2d8

Browse files
authored
Merge pull request #75842 from aireilly/low-latency-redirects
Missed reverse redirects for low latency tuning
2 parents 0fa216f + 63da1b3 commit 501e2d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ AddType text/vtt vtt
223223
RewriteRule ^container-platform/(4\.14|4\.15|4\.16)/scalability_and_performance/cnf-low-latency-tuning.html /container-platform/$1/scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.html [NE,R=302]
224224
RewriteRule ^container-platform/(4\.14|4\.15|4\.16)/scalability_and_performance/cnf-create-performance-profiles.html /container-platform/$1/scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.html [NE,R=302]
225225

226+
# Reverse redirects for refactored low latency tuning pages delivered in https://github.com/openshift/openshift-docs/pull/71797
227+
RewriteRule ^container-platform/(4\.12|4\.13)/scalability_and_performance/low_latency_tuning/cnf-understanding-low-latency.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
228+
RewriteRule ^container-platform/(4\.12|4\.13)/scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
229+
RewriteRule ^container-platform/(4\.12|4\.13)/scalability_and_performance/low_latency_tuning/cnf-provisioning-low-latency-workloads.html /container-platform/$1/scalability_and_performance/cnf-low-latency-tuning.html [NE,R=302]
230+
231+
226232
# Redirects for new ZTP edge computing section
227233
RewriteRule ^container-platform/(4\.15|4\.16)/scalability_and_performance/ztp_far_edge/cnf-talm-for-cluster-upgrades.html /container-platform/$1/edge_computing/cnf-talm-for-cluster-upgrades.html [NE,R=302]
228234
RewriteRule ^container-platform/(4\.15|4\.16)/scalability_and_performance/ztp_far_edge/ztp-advanced-install-ztp.html /container-platform/$1/edge_computing/ztp-advanced-install-ztp.html [NE,R=302]

0 commit comments

Comments
 (0)