Skipping nginx PHP cache for certain areas of a site?
- by DisgruntledGoat
I have just set up a new server with nginx (which I am new to) and PHP. On my site there are essentially 3 different types of files:
static content like CSS, JS, and some images (most images are on an external CDN)
main PHP/MySQL database-driven website which essentially acts like a static site
dynamic PHP/MySQL forum
It is my understanding…