open_log_file_cache max=N [inactive=time] [min_uses=N] [valid=time]; 参数注释如下: max:设置缓存中的最大文件描述符数量,如果缓存被占满,采用LRU算法将描述符关闭。 inactive:设置存活时间,默认是10s min_uses:设置在inactive时间段内,日志文件最少使用多少次后,该日志文件描述符记入缓存中,默认是1次 ...
'"$http_referer" "$http_user_agent"'; 2. http server配置 access_log /application/nginx/logs/access_81.log aaa buffer=64k flush=1m; open_log_file_cache max=1000 inactive=20s valid=1m min_uses=1s; ##解释: buffer=64k #日志文件缓存在内存中的大小 flush=1m #内存中日志存留一分钟 max=100...
'"$http_referer""$http_user_agent"'; 2. http server配置 access_log /application/nginx/logs/access_81.log aaa buffer=64k flush=1m; open_log_file_cache max=1000 inactive=20s valid=1m min_uses=1s;##解释:buffer=64k#日志文件缓存在内存中的大小flush=1m#内存中日志存留一分钟max=1000#文件描述...
access_log [存储路径] [buff=大小] [gzip=压缩级别] [flush=time 刷新时间] max: 最大字节数量。 inactive:设置时间 默认是10s min_uses:日志写入指定次数后压缩 valid:设置检查频率,默认60s off:禁用缓存 1. 全局定义 log_format 日志格式 log_format aaa '$remote_addr - $remote_user [$time_local]'...
'"$http_referer" "$http_user_agent"'; 2. http server配置 access_log /application/nginx/logs/access_81.log aaa buffer=64k flush=1m; open_log_file_cache max=1000 inactive=20s valid=1m min_uses=1s; ##解释: buffer=64k #日志文件缓存在内存中的大小 ...