ソースを参照

letsencrypt options are not available anymore

master
コミット
a0afeb8f75
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      templates/apache-vhost.conf.j2

+ 0
- 3
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}}



読み込み中…
キャンセル
保存