Enable FCGI cache in Nginx
To enable fcgi cache in Nginx, add the following code outside the server block. Inside your location for .php files, above the proxy_pass, add Add below code above .php location block This is used to skip FCGI cache for logged-in users. Example