I'm getting started with CloudFlare and I’m using it to build a new project.
I’m facing an issue when I make changes: I cannot see my changes in the browser, so I assume the problem here is the cache setting of CloudFlare.
I have read this link, about the CloudFlare cache, so I put the following meta-tag in my html:
<meta http-equiv="Cache-control" content="private">
But the problem still remain.
Should I put other meta-tags, or prevent -somehow- caching from the server-side? (I'm using PHP)