From 378ba271dea145dc35546082d7aef8356cb72c33 Mon Sep 17 00:00:00 2001 From: Git Repository Date: Mon, 22 May 2017 09:26:43 -0700 Subject: [PATCH] Changed the assets dir for management web asset files --- conf/nginx-alldomains.conf | 4 +++- management/templates/index.html | 8 ++++---- setup/management.sh | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/conf/nginx-alldomains.conf b/conf/nginx-alldomains.conf index 1db7606c..c6cec6da 100644 --- a/conf/nginx-alldomains.conf +++ b/conf/nginx-alldomains.conf @@ -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; diff --git a/management/templates/index.html b/management/templates/index.html index 15531c7d..16cedbde 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -9,7 +9,7 @@ - + - + @@ -191,8 +191,8 @@ - - + +