[edit] open_log_file_cache

Syntax: open_log_file_cache max = N [ inactive = time ] [ min_uses = N ] [ valid = time ]
open_log_file_cache off
Default: off
Context: http
server
location
Reference: open_log_file_cache


The directive sets the cache, which stores file descriptors of frequently used logs with variable in path.

Directive options:

Example:

open_log_file_cache max=1000 inactive=20s min_uses=2 valid=1m;

[edit] References

Original Documentation


Module: HttpLogModule