|
@@ -13,9 +13,6 @@ |
|
|
{% if not certificate_provider == "selfsigned" %} |
|
|
{% if not certificate_provider == "selfsigned" %} |
|
|
SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem" |
|
|
SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem" |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if certificate_provider == "letsencrypt" %} |
|
|
|
|
|
Include /etc/letsencrypt/options-ssl-apache.conf |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
DocumentRoot {{nextcloud_directory}} |
|
|
DocumentRoot {{nextcloud_directory}} |
|
|
|
|
|
|
|
|