remove inactive parameter from fastcgi_cache_path

This commit is contained in:
Sadiq Saif 2017-10-29 14:32:16 -04:00 committed by GitHub
parent 310a8373ae
commit 662051312c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
- ssl_session_cache shared:SSL:50m
- ssl_session_tickets off
fcgicache:
- fastcgi_cache_path "/var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:100m inactive=60m"
- fastcgi_cache_path "/var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:100m"
- fastcgi_cache_key "$scheme$request_method$host$request_uri"
- fastcgi_cache_use_stale error timeout invalid_header http_500
- fastcgi_ignore_headers Cache-Control Expires Set-Cookie