Skip to content
Snippets Groups Projects
Commit f09c9af5 authored by Marius Burkard's avatar Marius Burkard
Browse files

Do not use Protocols directive on systems without http2 module

parent d80257cf
No related branches found
No related tags found
No related merge requests found
Pipeline #3621 passed
......@@ -50,7 +50,9 @@
ServerAdmin webmaster@<tmpl_var name='domain'>
<tmpl_if name='ssl_enabled'>
Protocols h2 http/1.1
<IfModule mod_http2.c>
Protocols h2 http/1.1
</IfModule>
SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite 'EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA !RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS'
</tmpl_if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment