fix thunix.net.conf

This commit is contained in:
Anton McClure 2019-05-25 11:06:41 -04:00
parent d9f03fd1ac
commit d15505050d
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
1 changed files with 2 additions and 2 deletions

View File

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