From 67c79f49cfef220c0c11f44fbdbe47fb298242ca Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 1 Jun 2026 03:01:19 +0900 Subject: [PATCH] hosts/roundcube: disable 301 redirect --- hosts/bekkalokk/services/webmail/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/bekkalokk/services/webmail/default.nix b/hosts/bekkalokk/services/webmail/default.nix index 97bc502..c848cb6 100644 --- a/hosts/bekkalokk/services/webmail/default.nix +++ b/hosts/bekkalokk/services/webmail/default.nix @@ -10,7 +10,7 @@ enableACME = true; kTLS = true; locations = { - "= /".return = "302 https://webmail.pvv.ntnu.no/roundcube"; + # "= /".return = "302 https://webmail.pvv.ntnu.no/roundcube"; "/afterlogic_lite".return = "302 https://webmail.pvv.ntnu.no/roundcube"; "/squirrelmail".return = "302 https://webmail.pvv.ntnu.no/roundcube";