浏览代码

Merge branch 'fix/apache-cert-chain' into 'develop'

Apache chain issue fix

See merge request pleroma/pleroma!2478
chore/unhide-features
feld 4 年前
父节点
当前提交
b73b173114
共有 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


正在加载...
取消
保存