From a0afeb8f75ee0042f132d8a5b638f4f8bdda1a59 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 15 Aug 2019 08:39:01 +0000 Subject: [PATCH] letsencrypt options are not available anymore --- templates/apache-vhost.conf.j2 | 3 --- 1 file changed, 3 deletions(-) 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}}