Mastodon nginx: tweak backend locations

merge-requests/1345/head
Alex Gleason 2022-05-10 15:05:45 -05:00
rodzic 5f38e10981
commit 1d3a928293
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;
}