Create virtual_host2_secure.conf.CUSTOM.4.post
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
</VirtualHost>
|
||||||
|
<VirtualHost |IP|:|PORT_443| |MULTI_IP|>
|
||||||
|
ServerName poczta.|DOMAIN|
|
||||||
|
ServerAdmin |ADMIN|
|
||||||
|
DocumentRoot /var/www/html/roundcube
|
||||||
|
|
||||||
|
SSLEngine on
|
||||||
|
SSLCertificateFile |CERT|
|
||||||
|
SSLCertificateKeyFile |KEY|
|
||||||
|
|CAROOT|
|
||||||
|
|
||||||
|
CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
|
||||||
|
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
|
||||||
|
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
|
||||||
|
<IfModule !mod_ruid2.c>
|
||||||
|
SuexecUserGroup webapps webapps
|
||||||
|
</IfModule>
|
||||||
Reference in New Issue
Block a user