diff --git a/bert/services/http/chandlerswift.com.nix b/bert/services/http/chandlerswift.com.nix index 6bf8c04..b2f5ca1 100644 --- a/bert/services/http/chandlerswift.com.nix +++ b/bert/services/http/chandlerswift.com.nix @@ -6,6 +6,12 @@ root * /srv/www/chandlerswift.com # hide .git # ??? + @html_redirect { + file {path}.html + not path *.html + } + redir @html_redirect {path}.html 301 + redir /.well-known/host-meta* https://social.chandlerswift.com{uri} permanent redir /.well-known/webfinger* https://social.chandlerswift.com{uri} permanent redir /.well-known/nodeinfo* https://social.chandlerswift.com{uri} permanent