From bd89d825c928f1cc696d151ca8f94b089cbc9848 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Tue, 26 Aug 2014 18:40:29 +0530 Subject: [PATCH] Fixed Roundcube path issue in Nginx Conf file --- templates/mail/webmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mail/webmail b/templates/mail/webmail index fff3a464..b1b2b3a1 100644 --- a/templates/mail/webmail +++ b/templates/mail/webmail @@ -7,7 +7,7 @@ server { access_log /var/log/nginx/webmail.access.log; error_log /var/log/nginx/webmail.error.log; - root /var/www/roundcube/htdocs; + root /var/www/roundcubemail/htdocs/; index index.php; location / {