copr-fe: Enable Strict-Transport-Security

This commit is contained in:
Till Maas 2014-09-21 13:48:48 +02:00
parent 436bb150a0
commit 48e13f74ea

View file

@ -25,6 +25,7 @@ WSGISocketPrefix /var/run/wsgi
#optimeize on speed
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5
SSLHonorCipherOrder on
Header add Strict-Transport-Security "max-age=15768000"
SSLCertificateFile /etc/pki/tls/ca.crt
SSLCertificateKeyFile /etc/pki/tls/private/ca.key