mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
Don't buffer message bus, this allows us to stream
This commit is contained in:
parent
ab5cd3ad3b
commit
0e2ded278d
@ -220,6 +220,12 @@ server {
|
||||
proxy_pass https://avatars.discourse.org/;
|
||||
}
|
||||
|
||||
location /message-bus/ {
|
||||
proxy_buffering off;
|
||||
proxy_pass http://discourse;
|
||||
break;
|
||||
}
|
||||
|
||||
# this means every file in public is tried first
|
||||
try_files $uri @discourse;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user