I hope you are a little bit familiar with HTTP caching. Anyway, you
can start using the default configuration. You can start your tests
using only one PoP ("Static" will be good).
Then keep the default mapping, like:
urls['default'] = (
'(/static/.*)', 'Static',
'/_cron/(.*)', 'Cron',
'(/.*)', 'Root'
)
Keep both Root and Cron.
In the next release, Root and Cron will be included automatically. If
you want to keep the same URL, you can map your Static in place of
Root.
Best,
- Sam
> --
> Project page: http://code.google.com/p/cirruxcache/
> News: http://www.shad.cc/tag/cirruxcache
> Groups: http://groups.google.com/group/cirruxcache
>
--
Samuel Alba