no /en/ for site proxy
This commit is contained in:
@@ -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}" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user