From 6968b5cc4c06e84e196eb791ba1c14ea5d562e8b Mon Sep 17 00:00:00 2001 From: myve Date: Tue, 26 May 2026 07:17:54 +0000 Subject: [PATCH] Roundcube 1.7: Nginx root changed to /public_html --- build/run/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run/installer.sh b/build/run/installer.sh index d56b40f..3d1b1fc 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -441,7 +441,7 @@ server { error_log /var/log/nginx/roundcube_error.log; access_log /var/log/nginx/roundcube_access.log; - root /usr/share/webapps/roundcube; + root /usr/share/webapps/roundcube/public_html; # Add trailing slash to URI location /admin {