Merge remote-tracking branch 'origin/277-no_default_vhost_template' into pu
This commit is contained in:
commit
6d3298d303
|
@ -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