apache: Just use Mozilla recommended settings
Removed all RedHat default settings and just added Mozilla recommended modern settings.
This commit is contained in:
parent
affeddd2cc
commit
bace8a39b4
2 changed files with 6 additions and 41 deletions
|
@ -3,12 +3,7 @@
|
|||
DocumentRoot /srv/web/{{ inventory_hostname }}
|
||||
|
||||
Protocols h2 http/1.1
|
||||
|
||||
SSLEngine on
|
||||
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
|
||||
SSLCipherSuite {{ tls_ciphers }}
|
||||
SSLHonorCipherOrder off
|
||||
SSLSessionTickets off
|
||||
|
||||
# Server certificates
|
||||
SSLCertificateKeyFile {{ tls_private }}/{{ inventory_hostname }}.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue