Opened 3 years ago
Closed 3 years ago
#2223 closed enhancement (invalid)
Need info about Nginx cache purge
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Version: | 1.16.x |
Keywords: | Cc: | ||
uname -a: | Linux 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: | nginx/1.16.1 |
Description
How to see what open source Nginx purging from cache? Is there any log for it?
How much data it will purge after reaching max_size?
proxy_cache_path /docker_mirror_cache levels=1:2 max_size=2900G inactive=60d keys_zone=cache:500m use_temp_path=off;
Note:
See TracTickets
for help on using tickets.
For questions on how nginx works and how to configure it, please consider using support options available.