From fcccfa46551af1c630495892f3caaadbe83b221c Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 12 Apr 2018 15:26:55 +0000 Subject: [PATCH] jenkins redirect Signed-off-by: Ricky Elrod --- roles/jenkins/master/templates/jenkins-httpd.conf.j2 | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/roles/jenkins/master/templates/jenkins-httpd.conf.j2 b/roles/jenkins/master/templates/jenkins-httpd.conf.j2 index 99f4fd8ce0..bc5068c624 100644 --- a/roles/jenkins/master/templates/jenkins-httpd.conf.j2 +++ b/roles/jenkins/master/templates/jenkins-httpd.conf.j2 @@ -26,15 +26,5 @@ SSLProtocol {{ ssl_protocols }} SSLCipherSuite {{ ssl_ciphers }} - RequestHeader set X-Forwarded-Scheme https early - RequestHeader set X-Scheme https early - RequestHeader set X-Forwarded-Proto https early - - Alias /robots.txt /srv/web/robots.txt.jenkins.fedorainfracloud.org - - ProxyPass / http://localhost:8080/ nocanon - ProxyPassReverse / http://localhost:8080/ - ProxyRequests Off - AllowEncodedSlashes NoDecode - + Location / https://jenkins-fedora-infra.apps.ci.centos.org/