From 159efd05dcbce7f79c3f527413d0566dafc47b02 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 8 Nov 2022 22:38:11 -0500 Subject: typo --- modules/tozt/files/nginx/doy-tls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tozt/files/nginx/doy-tls.conf b/modules/tozt/files/nginx/doy-tls.conf index 8ac2b1d..bf8885d 100644 --- a/modules/tozt/files/nginx/doy-tls.conf +++ b/modules/tozt/files/nginx/doy-tls.conf @@ -9,7 +9,7 @@ server { location /.well-known/webfinger { if ($arg_resource ~* 'acct(:|%3A)doy(@|%40)tozt.net') { - return 301 https://recurse.social/.well-known/webfinger?resource=acc>t:doy@recurse.social; + return 301 https://recurse.social/.well-known/webfinger?resource=acct:doy@recurse.social; } } -- cgit v1.2.3-54-g00ecf