From 2384158d1c360be7939ae5fa4bcff0bd2ce0a8eb Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Thu, 10 Jul 2025 12:32:06 +0200 Subject: [PATCH] no /en/ for site proxy --- system-modules/nx2site/proxy.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/system-modules/nx2site/proxy.nix b/system-modules/nx2site/proxy.nix index f2678c7..0b636b9 100644 --- a/system-modules/nx2site/proxy.nix +++ b/system-modules/nx2site/proxy.nix @@ -90,11 +90,11 @@ "~^(/ba)$" = { return = "301 /BA.pdf"; }; "/.well-known/matrix/client" = { return = "502"; }; "/.well-known/matrix/server" = { return = "502"; }; - "/phone" = { return = "301 /en/cards/phone"; }; - "/about-me" = { return = "301 /en/slides/about-me"; }; - "/about-this-site" = { return = "301 /en/slides/about-this-site"; }; - "/gpg" = { return = "301 /en/cards/gpg"; }; - "/contact" = { return = "301 /en/cards/contact"; }; + "/phone" = { return = "301 /cards/phone"; }; + "/about-me" = { return = "301 /slides/about-me"; }; + "/about-this-site" = { return = "301 /slides/about-this-site"; }; + "/gpg" = { return = "301 /cards/gpg"; }; + "/contact" = { return = "301 /cards/contact"; }; }; }; "matrix.${hyper.domain}" = {