From 12a16dbd643803dc95c278259ecbe956611f4601 Mon Sep 17 00:00:00 2001 From: boban Date: Thu, 23 Apr 2026 03:02:15 +0200 Subject: [PATCH] Fix: Webmail-Vhost serviert volle Laravel-App statt nur /webmail/* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mit dedizierter Webmail-Subdomain ist kein /webmail/-Präfix nötig — Laravel's domain()-Routing in bootstrap/app.php übernimmt die Isolation. Nur / leitet auf /login um, alle anderen Pfade gehen direkt an Laravel. Co-Authored-By: Claude Sonnet 4.6 --- mailwolt-installer/scripts/70-nginx.sh | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/mailwolt-installer/scripts/70-nginx.sh b/mailwolt-installer/scripts/70-nginx.sh index db27cc1..f54861b 100644 --- a/mailwolt-installer/scripts/70-nginx.sh +++ b/mailwolt-installer/scripts/70-nginx.sh @@ -403,7 +403,7 @@ build_webmail_http_only(){ [[ "${DEV_MODE}" = "1" && "${def_flag}" = "default" ]] && def=" default_server" [[ -z "${host}" || "${host}" = "_" ]] && host="_" cat > "$outfile" < "$outfile" <