Skip to content
Snippets Groups Projects
Commit 5b168ca4 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch '4740-add-mail-alias' into 'develop'

Resolve "add /mail alias"

Closes #4740

See merge request ispconfig/ispconfig3!1291
parents 3960ed63 159f5820
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
<VirtualHost _default_:{vhost_port}>
ServerAdmin webmaster@localhost
Alias /mail /var/www/ispconfig/mail
<IfModule mod_fcgid.c>
DocumentRoot /var/www/ispconfig/
SuexecUserGroup ispconfig ispconfig
......
......@@ -9,6 +9,8 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
<VirtualHost _default_:<tmpl_var name="vhost_port">>
ServerAdmin webmaster@localhost
Alias /mail /var/www/ispconfig/mail
<Directory /var/www/ispconfig/>
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment