diff --git a/hosts/by-name/servo/services/nginx.nix b/hosts/by-name/servo/services/nginx.nix index fb34e303..4303df92 100644 --- a/hosts/by-name/servo/services/nginx.nix +++ b/hosts/by-name/servo/services/nginx.nix @@ -101,7 +101,8 @@ in }; # allow ActivityPub clients to discover how to reach @user@uninsane.org - # TODO: waiting on https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3361/ + # see: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3361/ + # not sure this makes sense while i run multiple AP services (pleroma, lemmy) # locations."/.well-known/nodeinfo" = { # proxyPass = "http://127.0.0.1:4000"; # extraConfig = pleromaExtraConfig;