Perusio D6 config and ngx_cache_purge and CloudFlare question
Hi,
I installed Nginx with ngx_cache_purge module. I want to use it with this module: https://www.drupal.org/project/purge
http://labs.frickle.com/nginx_ngx_cache_purge/
Somebody know where I need put:
proxy_cache_path /tmp/cache keys_zone=tmpcache:10m;
location / {
proxy_pass http://127.0.0.1:8000;
proxy_cache tmpcache;
proxy_cache_key $uri$is_args$args;
proxy_cache_purge PURGE from 127.0.0.1;
}I found proxy_cache_path in fastcgi_microcache_zone.conf - /var/cache/nginx/microcache.
And about CloudFlare.
Read moreFighting Spam Users
I'd appreciate a few informed comments on fighting spam users as unobtrusively as possible.
Presently I'm trying the http://www.stopforumspam.com/ service using the http://drupal.org/project/spambot module.
There is reference made to correctly configuring my server correctly (http://www.stopforumspam.com/forum/viewtopic.php?id=4910) for use with cloudflare.
I note the Cloudflare module (http://drupal.org/project/cloudflare) and wonder if this is required for Barracuda/Octopus sites.
Read morecloudflare
i was checking out lulzsecurity-com and saw that they were using cloudflare-com for there DNS. Has anyone had any luck speeding up there site with cloudflare? Apparently they are mirroring Your site on farms around the world. Sounds like a great idea. I ran a free godaddy site nnepdx-com thru cloudflare-com free service but it basically slowed it way down. They scrape Your public zone records so You do not give them anything protected then You point Your DNS to there nameservers. The con being if they do not like You they could throttle Your traffic.
Read more

