From 4909fecbe2f26f2cfebe07557147b4c8c2139e56 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 12 Apr 2018 15:31:29 +0000 Subject: [PATCH] Redirect, not Location Signed-off-by: Ricky Elrod --- roles/jenkins/master/templates/jenkins-httpd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jenkins/master/templates/jenkins-httpd.conf.j2 b/roles/jenkins/master/templates/jenkins-httpd.conf.j2 index bc5068c624..9261e1ac50 100644 --- a/roles/jenkins/master/templates/jenkins-httpd.conf.j2 +++ b/roles/jenkins/master/templates/jenkins-httpd.conf.j2 @@ -26,5 +26,5 @@ SSLProtocol {{ ssl_protocols }} SSLCipherSuite {{ ssl_ciphers }} - Location / https://jenkins-fedora-infra.apps.ci.centos.org/ + Redirect / https://jenkins-fedora-infra.apps.ci.centos.org/