From 06fe478189d05cc05607e27e2e63feb4bf8c876a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 11 Sep 2018 00:22:16 +0300 Subject: [PATCH] Updated Apache (markdown) --- Apache.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Apache.md b/Apache.md index cee4d00..3603ad7 100644 --- a/Apache.md +++ b/Apache.md @@ -37,11 +37,9 @@ Config at `/etc/apache2/sites-available/example.com.conf`: ServerName example.com SSLEngine On - SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem + SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem - SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem Include /etc/letsencrypt/options-ssl-apache.conf - ServerSignature Off ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1" @@ -61,9 +59,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`: ServerName example.com/wekan SSLEngine On - SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem + SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem - SSLCertificateChainFile /etc/letsencrypt/live/example.com/chain.pem Include /etc/letsencrypt/options-ssl-apache.conf ServerSignature Off