Files
LEMPer/nginx/conf.vhost/fastcgi_cache.conf
2019-04-19 21:51:15 +07:00

12 lines
341 B
Plaintext

## FastCGI cache PHP directives.
# Designed to be included in any server {} block below .php directives.
fastcgi_cache FASTCGICACHE;
fastcgi_cache_valid 200 301 302 60m;
fastcgi_cache_valid 404 1m;
fastcgi_cache_valid any 60m;
fastcgi_cache_min_uses 2;
fastcgi_cache_bypass $skip_cache $is_mobile;
fastcgi_no_cache $skip_cache $is_mobile;