[fix] vhost http template missing SSLENGINE and CERT instructions in 443 Vhost
This commit is contained in:
parent
db916ace66
commit
a194cd80d0
|
@ -10,6 +10,11 @@
|
||||||
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
|
||||||
RewriteRule ^/(.*)$ http://%%fqdn%%/$1 [R=301,L]
|
RewriteRule ^/(.*)$ http://%%fqdn%%/$1 [R=301,L]
|
||||||
|
|
||||||
|
SSLEngine On
|
||||||
|
SSLCertificateFile %%CRT%%
|
||||||
|
SSLCertificateKeyFile %%KEY%%
|
||||||
|
%%CHAINLINE%%
|
||||||
|
|
||||||
</Virtualhost>
|
</Virtualhost>
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
|
|
Loading…
Reference in New Issue