Hi,
I use Cloudflare and the plugin WP Cloudflare Super Page Cache, that indicates you should copy the following into your config file:
location ~* \.(xml|xsl)$ { add_header Cache-Control "no-cache, no-store, must-revalidate, max-age=0"; expires -1; }
location /robots.txt { add_header Cache-Control "no-cache, no-store, must-revalidate, max-age=0"; expires -1; }
location /wp-cron.php { add_header Cache-Control "no-cache, no-store, must-revalidate, max-age=0"; expires -1; }
location = /wp-content/wp-cloudflare-super-page-cache/xxxx/debug.log { access_log off; deny all; }
Is that config file the one located at: /etc/nginx/common/locations-wo.conf ?
Does anyone have experience with the plugin? Is there anything else I should to for it to work properly with the WordOps stack?