Ensure cache files remain active for a while
This commit is contained in:
parent
9ba8a505fc
commit
87cac3fecb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=nginxcache:10m max_size=150m;
|
||||
proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=nginxcache:10m max_size=150m inactive=24h;
|
||||
|
||||
client_body_temp_path /tmp/client_temp;
|
||||
proxy_temp_path /tmp/proxy_temp_path;
|
||||
|
|
Loading…
Reference in a new issue