|
|
|
|
|
|
|
|
{% if site.get('DocumentRoot') != False %}DocumentRoot {{ vals.DocumentRoot }}{% endif %} |
|
|
{% if site.get('DocumentRoot') != False %}DocumentRoot {{ vals.DocumentRoot }}{% endif %} |
|
|
{% if site.get('VirtualDocumentRoot') %}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %} |
|
|
{% if site.get('VirtualDocumentRoot') %}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %} |
|
|
|
|
|
|
|
|
{% if site.SSLCertificateFile is defined %} |
|
|
|
|
|
|
|
|
{% if site.get('SSLCertificateFile') != False %} |
|
|
SSLEngine on |
|
|
SSLEngine on |
|
|
SSLCertificateFile {{ site.SSLCertificateFile }} |
|
|
SSLCertificateFile {{ site.SSLCertificateFile }} |
|
|
{% if site.SSLCertificateKeyFile is defined %} |
|
|
|
|
|
|
|
|
{% if site.get('SSLCertificateKeyFile') != False %} |
|
|
SSLCertificateKeyFile {{ site.SSLCertificateKeyFile }} |
|
|
SSLCertificateKeyFile {{ site.SSLCertificateKeyFile }} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |