From 1d3a9282939d0b6cb7e773108339b6830de3545d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 May 2022 15:05:45 -0500 Subject: [PATCH] Mastodon nginx: tweak backend locations --- installation/mastodon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/mastodon.conf b/installation/mastodon.conf index 8b5324184..149a9733a 100644 --- a/installation/mastodon.conf +++ b/installation/mastodon.conf @@ -67,7 +67,7 @@ server { # Mastodon backend routes. # These are routes to Mastodon's API and important rendered pages. - location ~ ^/(api|oauth|auth|admin|.well-known/webfinger) { + location ~ ^/(api|oauth|auth|admin|manifest.json|.well-known/webfinger|@(.+)/embed$) { try_files /dev/null @proxy; }