Mastodon nginx: fix streaming API location

merge-requests/1345/head
Alex Gleason 2022-05-10 16:54:19 -05:00
rodzic fb17e59d77
commit 3919212196
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

@ -140,7 +140,7 @@ server {
}
# Mastodon's Node.js streaming server.
location /api/v1/streaming {
location ^~ /api/v1/streaming {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;