Tag-Archiv: Streaming

Sinatra Streaming + nginx Proxy

Fairly easy. The important line here is: proxy_buffering off; I think this one works at least for most Rack based applications. The application itself runs on thin ( besides that, I only know Unicorn and Rainbow(s?) that have Streaming Support. Webrick won’t do that (yet)) My vhost config. upstream stream { server 127.0.0.1:4800; server 127.0.0.1:4801; [...]

Veröffentlicht in Ohne Kategorie, Ruby, Server / Deployment | Auch getagged , , | Kommentieren