[fix] vhost http template missing SSLENGINE and CERT instructions in 443 Vhost

This commit is contained in:
Benjamin Sonntag 2018-07-07 13:13:28 +02:00
parent db916ace66
commit a194cd80d0
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@
RewriteCond %{REQUEST_FILENAME} !/.well-known/acme-challenge/
RewriteRule ^/(.*)$ http://%%fqdn%%/$1 [R=301,L]
SSLEngine On
SSLCertificateFile %%CRT%%
SSLCertificateKeyFile %%KEY%%
%%CHAINLINE%%
</Virtualhost>
<VirtualHost *:80>