fix thunix.net.conf
This commit is contained in:
parent
d9f03fd1ac
commit
d15505050d
|
@ -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/thunix.net/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net/privkey.pem
|
||||
SSLCertificateFile /etc/letsencrypt/live/thunix.net-0001/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net-0001/privkey.pem
|
||||
|
||||
</VirtualHost>
|
||||
</IfModule>
|
||||
|
|
Loading…
Reference in New Issue