Hello, I activated the cache on nginx with wordpress and I saw that the cached files only stay for 30 minutes. How can I change it for a longer period in /etc/nginx/conf.d here - fastcgi_cache_pool.conf - fastcgi_cache_path /var/cache/nginx/micro/domain.com levels=1:2 keys_zone=domain.com:10m max_size=512m inactive=30m use_temp_path=off;