You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
1 year ago
|
<VirtualHost %ip%:%web_ssl_port%>
|
||
|
ServerName %domain_idn%
|
||
|
ServerAlias %alias_idn%
|
||
|
DocumentRoot /var/www/html/
|
||
|
Alias /error/ /var/www/document_errors/
|
||
|
|
||
|
SSLEngine on
|
||
|
SSLVerifyClient none
|
||
|
SSLCertificateFile %home%/%user%/conf/mail/%root_domain%/ssl/%root_domain%.crt
|
||
|
SSLCertificateKeyFile %home%/%user%/conf/mail/%root_domain%/ssl/%root_domain%.key
|
||
|
|
||
|
</VirtualHost>
|