On Thu, Jan 03, 2008 at 09:57:34PM +0000, Athan D. wrote:
special directives those set location handler. If no location handler
was set, then default stack of handler is used: index, autoindex, dav,
gzip_static, and static.The most other proxy/fastcgi directives may be inherited from http level.
Thanks for the detailed explanation, Igor.
BTW, is there any performance hit/gain by declaring fastcgi_xxx directives at
http level instead a location block, especially a regex one (e.g “~ .php$”)
If fastcgi_param’s are inherited from http level, then they take less
memory.
If they are described (included from file, this is the same) in each
location, then they takes more memory. And no other differences.