try_recent_files?
Ryan Malayter
malayter at gmail.com
Wed Dec 23 22:09:30 MSK 2009
On Sun, Dec 20, 2009 at 7:27 AM, Yuval Hager <yhager at yhager.com> wrote:
>> There's FastCGI cache too -
>> http://wiki.nginx.org/NginxHttpFcgiModule#fastcgi_cache
>>
>> This would suit your needs, along with the try_files directive.
You could also use two "layers" of nginx locations... one location
running fastcgi on localhost an oddball port, and one that does http
proxy_pass to that location with proxy_cache. More connections for
nginx to manage, but they're all local, and this could be done without
any third-party modules I think.
--
RPM
More information about the nginx
mailing list