no /en/ for site proxy

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-10 12:32:06 +02:00
parent 58d0b12e1f
commit 2384158d1c

View File

@@ -90,11 +90,11 @@
"~^(/ba)$" = { return = "301 /BA.pdf"; }; "~^(/ba)$" = { return = "301 /BA.pdf"; };
"/.well-known/matrix/client" = { return = "502"; }; "/.well-known/matrix/client" = { return = "502"; };
"/.well-known/matrix/server" = { return = "502"; }; "/.well-known/matrix/server" = { return = "502"; };
"/phone" = { return = "301 /en/cards/phone"; }; "/phone" = { return = "301 /cards/phone"; };
"/about-me" = { return = "301 /en/slides/about-me"; }; "/about-me" = { return = "301 /slides/about-me"; };
"/about-this-site" = { return = "301 /en/slides/about-this-site"; }; "/about-this-site" = { return = "301 /slides/about-this-site"; };
"/gpg" = { return = "301 /en/cards/gpg"; }; "/gpg" = { return = "301 /cards/gpg"; };
"/contact" = { return = "301 /en/cards/contact"; }; "/contact" = { return = "301 /cards/contact"; };
}; };
}; };
"matrix.${hyper.domain}" = { "matrix.${hyper.domain}" = {