additional fixes for sites-available

This commit is contained in:
Anton McClure
2019-05-25 10:22:39 -04:00
committed by fosslinux
parent 4e537455bd
commit 19f4c6be89
6 changed files with 30 additions and 11 deletions

View File

@@ -33,8 +33,8 @@ RewriteEngine on
RewriteRule ^ https://www.%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
SSLCertificateFile /etc/letsencrypt/live/thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
</VirtualHost>
</IfModule>