This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
allow /api/v1/streaming to be used as per documentation (
#19896
)
closed-social-glitch-2
Rob Petti
2 years ago
committed by
GitHub
parent
e53fc34e9a
commit
8c81db5a41
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dist/nginx.conf
+ 1
- 1
dist/nginx.conf
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save