Hallo,
i have scrip php,
can chache my script php use fastcgi..?

I have 2 php files,
content. php
user. php

I want when I access the content.php fastcgi cache f file to be active,

please advise

Hello, you can modify the configuration to enable

Enable FastCGI caching

fastcgi_cache cache_zone;
fastcgi_cache_key $scheme$host$request_uri;
fastcgi_cache_valid 200 301 302 5m;

    4 months later

    Hello, this configuration is already enabled by default, you can view the nginx configuration

    horasjey