|
@@ -13,6 +13,10 @@
|
|
ErrorLog ${APACHE_LOG_DIR}/002-default-ssl.error.log
|
|
ErrorLog ${APACHE_LOG_DIR}/002-default-ssl.error.log
|
|
CustomLog ${APACHE_LOG_DIR}/002-default-ssl.access.log combined
|
|
CustomLog ${APACHE_LOG_DIR}/002-default-ssl.access.log combined
|
|
|
|
|
|
|
|
+ <IfModule http2_module>
|
|
|
|
+ Protocols h2 http/1.1
|
|
|
|
+ </IfModule>
|
|
|
|
+
|
|
SSLEngine on
|
|
SSLEngine on
|
|
SSLCertificateFile "/etc/apache/server.crt"
|
|
SSLCertificateFile "/etc/apache/server.crt"
|
|
SSLCertificateKeyFile "/etc/apache/server.key"
|
|
SSLCertificateKeyFile "/etc/apache/server.key"
|