additional fixes for sites-available

This commit is contained in:
Anton McClure
2019-05-25 10:22:39 -04:00
parent 252cd53208
commit f940d4a287
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>