Make /lists an alias for /usr/share/phplist/www

This /lists suffix seems to be hardcoded in several places
This commit is contained in:
Daniel Berteaud 2014-08-04 11:50:26 +02:00
parent 2d792ac867
commit 1870509195
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/phplist/www',
Removable => 'yes',
Authentication => 'LemonLDAP'
Authentication => 'LemonLDAP',
Alias => '/lists=/usr/share/phplist/www'
});
unless ( system("/sbin/e-smith/signal-event", "domain-create", "news.$domain") == 0 ){