Skip to content

Commit ca4afbc

Browse files
authored
Merge pull request #54557 from sjhala-ccs/cnv-4-12-okd-redirect
CNV-18203: Added CNV redirect rule for OKD
2 parents a68885e + df371bd commit ca4afbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AddType text/vtt vtt
162162
# OpenShift Virtualization (CNV) catchall redirect; use when CNV releases asynchronously from OCP. Do not change the 302 to a 301.
163163
# When uncommented, this redirects all `virt` directory traffic to the about-virt page.
164164
# To activate the redirects, uncomment the next line and update the version number to the pending release.
165-
# RewriteRule ^(latest|4\.11)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about-virt.html [NE,R=302]
165+
RewriteRule ^(latest|4\.12)/virt/(?!about-virt\.html)(.+)$ /$1/virt/about-virt.html [NE,R=302]
166166

167167
# Red Hat OpenShift support for Windows Containers (WMCO) catchall redirect; use when WMCO releases asynchronously from OCP. Do not change the 302 to a 301.
168168
# When uncommented, this redirects all `windows_containers` directory traffic to the /windows_containers/index.html page.

0 commit comments

Comments
 (0)