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]
|
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>
|
||||||
|
|
Loading…
Reference in New Issue