Browse Source

apache chain issue fix

chore/unhide-features
Alexander Strizhakov 4 years ago
parent
commit
3c42caa85c
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      installation/pleroma-apache.conf

+ 1
- 2
installation/pleroma-apache.conf View File

@@ -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…
Cancel
Save