From e6a989bc92e763466620381c8dba1ab363fd1b92 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 15 Jul 2023 00:08:05 +0000 Subject: [PATCH] nginx/pleroma: correct an old todo --- hosts/by-name/servo/services/nginx.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;