Skip to content

Commit

Permalink
allow /api/v1/streaming to be used as per documentation (mastodon#19896)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetti authored Nov 7, 2022
1 parent e53fc34 commit 8c81db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ server {
try_files $uri =404;
}

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;
Expand Down

0 comments on commit 8c81db5

Please sign in to comment.