mogilefs module 1.0.2
Valery Kholodkov
valery+nginxen at grid.net.ru
Sun Aug 30 17:41:46 MSD 2009
gogobu wrote:
> I've noticed the following config settings in the document:
>
> proxy_hide_header Content-Type;
This you need in case if storage node does not specify correct content
type (and it usually does not). The content type will be then resolved
via request URI extension.
> proxy_buffering off;
This prevents nginx from accumulating response in memory or writing ont
disk, thus saving resources which were already used on storage node.
> Is there any particular reason for this setting?
>
> Just an idea, is it possible to enable proxy_buffering and use proxy_cache to cache the tracker URLs?
It is possible to enable proxy_buffering and I don't know what impact on
performance it will have. And it is not possible to cache the URLs
returned by the tracker, but might be possible to cache the returned
entity itself.
--
Best regards,
Valery Kholodkov
More information about the nginx
mailing list