jenkins redirect

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-12 15:26:55 +00:00
parent 674fc14712
commit fcccfa4655

View file

@ -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/
</VirtualHost>