Wordpress Nginx FastCgi Cache allways MISS at index

I’ve configured nginx like the tutorial, but allways MISSING the index.
Plugin activated, etc.

fastcgi_cache_path /etc/nginx/cache levels=1:2 keys_zone=WORDPRESS:100m inactive=60m;
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;

Please update the following line:

fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503;
fastcgi_cache_valid any 1h;

You can refer https://github.com/rtCamp/easyengine/blob/master/etc/nginx/conf.d/fastcgi.conf that we are using in EasyEngine

Hello @carlosgarciamuj,

I hope your query is resolved. I am closing this support ticket for now.

Feel free to create a new support ticket if you have any queries further. :slight_smile: