I run a big phpfox website and I currently have server setup as follows:
nginx (reverse proxy) --> Apache for dynamic content
are there other ways to cache content with phpfox?
I can't use memcache it's a shared environment.
|
|
Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
phpFox has its own caching system that... You can disable the caching in phpFox by using the following code in your template files:
You can also use your own caching on top using Nginx virtual host configuration file:
|
|||
|