ソースを参照

apache chain issue fix

tags/v2.0.4^2
Alexander Strizhakov rinpatch 4年前
コミット
38541d99ea
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      installation/pleroma-apache.conf

+ 1
- 2
installation/pleroma-apache.conf ファイルの表示

@@ -32,9 +32,8 @@ CustomLog ${APACHE_LOG_DIR}/access.log combined

<VirtualHost *:443>
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/${servername}/cert.pem
SSLCertificateFile /etc/letsencrypt/live/${servername}/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/${servername}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/${servername}/fullchain.pem

# Mozilla modern configuration, tweak to your needs
SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1


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