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