mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08: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…
Reference in New Issue
Block a user