From ab29e8837a6fd91155b62cd8a007a1ab36cfe428 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 23 Feb 2015 17:10:41 +0000 Subject: [PATCH] Fix trailing" typo --- roles/copr/frontend/files/httpd/coprs_ssl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/copr/frontend/files/httpd/coprs_ssl.conf b/roles/copr/frontend/files/httpd/coprs_ssl.conf index 914a0fcf6e..9914597a02 100644 --- a/roles/copr/frontend/files/httpd/coprs_ssl.conf +++ b/roles/copr/frontend/files/httpd/coprs_ssl.conf @@ -6,11 +6,11 @@ SSLHonorCipherOrder on Header always add Strict-Transport-Security "max-age=15768000; preload" - ServerName copr-fe.cloud.fedoraproject.org:443 + SSLCertificateFile /etc/pki/tls/certs/copr-fe.fedoraproject.org.crt + SSLCertificateKeyFile /etc/pki/tls/private/copr-fe.fedoraproject.org.key + SSLCertificateChainFile /etc/pki/tls/certs/DigiCertCA.crt - SSLCertificateFile /etc/pki/tls/certs/copr-fe.fedoraproject.org.crt" - SSLCertificateKeyFile /etc/pki/tls/private/copr-fe.fedoraproject.org.key" - SSLCertificateChainFile /etc/pki/tls/certs/DigiCertCA.crt" + ServerName copr-fe.cloud.fedoraproject.org:443 WSGIPassAuthorization On #WSGIDaemonProcess 127.0.0.1 user=copr-fe group=copr-fe threads=5