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/