typo city. fixing

This commit is contained in:
Kevin Fenzi 2018-08-15 20:59:21 +00:00
parent 785ecfc9a0
commit bb0793c9d5

View file

@ -55,7 +55,7 @@ Alias /robots.txt /var/www/robots-src.txt
SSLEngine on
SSLCertificateFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.cert
SSLCertificateKeyFile c/etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.key
SSLCertificateKeyFile /etc/pki/tls/private/pkgs{{ env_suffix }}.fedoraproject.org.key
SSLCertificateChainFile /etc/pki/tls/certs/pkgs{{ env_suffix }}.fedoraproject.org.intermediate.cert
SSLProtocol {{ ssl_protocols }}