diff options
| author | Till Maas <opensource@till.name> | 2014-09-21 13:48:48 +0200 |
|---|---|---|
| committer | Till Maas <opensource@till.name> | 2014-09-21 13:48:48 +0200 |
| commit | 48e13f74eaaeffc0992ac868a38d5ffdb4669b20 (patch) | |
| tree | 1c9a35d7d2caf6c2c569a14b8a10c2f5a42e469a | |
| parent | 436bb150a04505380821298251b39b0d86b6843b (diff) | |
copr-fe: Enable Strict-Transport-Security
| -rw-r--r-- | files/copr/fe/httpd/coprs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/copr/fe/httpd/coprs.conf b/files/copr/fe/httpd/coprs.conf index dd4536cfe..ff3269c32 100644 --- a/files/copr/fe/httpd/coprs.conf +++ b/files/copr/fe/httpd/coprs.conf @@ -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 |
