Procházet zdrojové kódy

letsencrypt options are not available anymore

master
rodič
revize
a0afeb8f75
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. +0
    -3
      templates/apache-vhost.conf.j2

+ 0
- 3
templates/apache-vhost.conf.j2 Zobrazit soubor

@@ -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}}



Načítá se…
Zrušit
Uložit