From 56906241f63114e8da9fd7f4ea8bdcdde942eea8 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 1 Jun 2026 03:01:19 +0900 Subject: [PATCH] bekkalokk/roundcube: temporary fix for webmail redirects --- hosts/bekkalokk/services/webmail/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/bekkalokk/services/webmail/default.nix b/hosts/bekkalokk/services/webmail/default.nix index 97bc502..1ab6da4 100644 --- a/hosts/bekkalokk/services/webmail/default.nix +++ b/hosts/bekkalokk/services/webmail/default.nix @@ -10,8 +10,9 @@ enableACME = true; kTLS = true; locations = { - "= /".return = "302 https://webmail.pvv.ntnu.no/roundcube"; + # "= /".return = "302 https://webmail.pvv.ntnu.no/roundcube"; + "/roundcube".return = "302 https://webmail.pvv.ntnu.no/"; "/afterlogic_lite".return = "302 https://webmail.pvv.ntnu.no/roundcube"; "/squirrelmail".return = "302 https://webmail.pvv.ntnu.no/roundcube"; "/rainloop".return = "302 https://snappymail.pvv.ntnu.no/";