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

@@ -23,9 +23,8 @@ RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Order deny,allow
Deny from all
</Directorymatch>
SSLCertificateFile /etc/letsencrypt/live/dev.thunix.cf-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.cf-0001/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/dev.thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dev.thunix.cf/privkey.pem
</VirtualHost>
</IfModule>