Make unknown subdomains on non-atproto routes redirect to the homepage
This commit is contained in:
@@ -71,6 +71,9 @@
|
||||
};
|
||||
};
|
||||
"*.tty.garden" = vhostDefault // {
|
||||
locations."/" = {
|
||||
return = "301 https://tty.garden";
|
||||
};
|
||||
locations."~/.well-known/" = pdsProxy;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user