{ services.caddy.virtualHosts."chandlerswift.com".extraConfig = '' encode zstd gzip file_server 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 handle_errors { respond "{err.status_code} {err.status_text}" } ''; services.caddy.virtualHosts."www.chandlerswift.com".extraConfig = "redir https://chandlerswift.com{uri}"; systemd.tmpfiles.settings."10-chandlerswift-com" = { "/srv/www/chandlerswift.com" = { d = {}; }; }; }