diff --git a/templates/apache-vhost.conf.j2 b/templates/apache-vhost.conf.j2 index c82d5b8..2f64cd2 100644 --- a/templates/apache-vhost.conf.j2 +++ b/templates/apache-vhost.conf.j2 @@ -13,9 +13,6 @@ {% if not certificate_provider == "selfsigned" %} SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem" {% endif %} - {% if certificate_provider == "letsencrypt" %} - Include /etc/letsencrypt/options-ssl-apache.conf - {% endif %} DocumentRoot {{nextcloud_directory}}