瀏覽代碼

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


Loading…
取消
儲存