I'm already using nginx for all my web-server needs (+ reverse proxy to
apache for php).
I'm preparing a setup to use mogilefs for storing large media files.
wish to use nginx to server the files via a "X-Accel-Redirect" header
(http://wiki.nginx.org/NginxXSendfile),
would this work with the Nginx mogilefs module,
http://www.grid.net.ru/nginx/mogilefs.en.html
And I need support of http ranged requests, anyone knows if this would
work with nginx + X-Accel-Redirect + mogilefs module?
Thanks