Default value of fastcgi_cache_path

Hi,

I am reading
Module ngx_http_fastcgi_module and found
that fastcgi_cache_path are not documented. Any idea how it works if I
don’t specify it explicitly?

Best regards,

Dinh

Hello!

On Mon, Nov 30, 2009 at 09:53:52AM +0100, Dinh P. wrote:

I am reading
Module ngx_http_fastcgi_module and found
that fastcgi_cache_path are not documented.

It is documented:

http://sysoev.ru/nginx/docs/http/ngx_http_fastcgi_module.html#fastcgi_cache_path

There is no English translation in wiki though, feel free to add
one.

Any idea how it works if I don’t specify it explicitly?

There is no default, you have to specify it if you want cache to
work.

Maxim D.