projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74c31f
)
apache chain issue fix
author
Alexander Strizhakov
<alex.strizhakov@gmail.com>
Wed, 6 May 2020 13:20:47 +0000
(16:20 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 9 May 2020 22:09:41 +0000
(
01:09
+0300)
installation/pleroma-apache.conf
patch
|
blob
|
history
diff --git
a/installation/pleroma-apache.conf
b/installation/pleroma-apache.conf
index b5640ac3dd81adca3a16faa231fa20ea525d6261..0d627f2d71e98a1a8550cf65481b1cce570728b7 100644
(file)
--- a/
installation/pleroma-apache.conf
+++ b/
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