13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
# Default configuration
|
|
<VirtualHost _default_:80>
|
|
ServerName webmail.stage-ge.org
|
|
ServerAlias webmail
|
|
DocumentRoot /usr/share/webmail
|
|
<Directory /usr/share/webmail>
|
|
AllowOverride None
|
|
Require all granted
|
|
</Directory>
|
|
ErrorLog /var/log/httpd/webmail-error.log
|
|
CustomLog /var/log/httpd/webmail-access.log combined
|
|
</VirtualHost>
|