> I think the cleanest solution would be if the backend could receive 1
> request and just split the content/response into chunks and send
> what's
> immediately available (html head + perhaps page header as well) as
> first
> chunk and send the rest afterwards.
sounds tricky ... i must admit, i am not **that** deep into nginx-internals
to say if nginx does this already (send-chunks-as-they-arrive) or if it is possible
via an additional nginx-module; maybe some of the nginx-guys might answer this?