1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

Changed the assets dir for management web asset files

This commit is contained in:
Git Repository
2017-05-22 09:26:43 -07:00
parent 8234a5a9f4
commit 378ba271de
3 changed files with 8 additions and 6 deletions

View File

@@ -18,7 +18,9 @@
location = /.well-known/autoconfig/mail/config-v1.1.xml {
alias /var/lib/mailinabox/mozilla-autoconfig.xml;
}
location /mailinabox {
alias /usr/local/mailinabox;
}
# Roundcube Webmail configuration.
rewrite ^/mail$ /mail/ redirect;
rewrite ^/mail/$ /mail/index.php;