mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Don't buffer message bus, this allows us to stream
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user