Saw this closed thread:
https://www.ads-software.com/support/topic/nginx-15/
There’s no need to “serve static files via php”. Nginx rocks at this, it’s far better than Apache.
If I know the pattern of the files that the cache creates in my directory system, I can include a simple try_files
directive in nginx.conf and be done with it. No need for htaccess etc, no need even for PHP. Nginx makes it a completely static serve.
Let me know if this is possible. Otherwise, I suppose this is for the “Managed WordPress” type folks. At least the other caching plugins work.