nginx and godaddy ssl cert. How to?
Peter Portante
peter.a.portante at gmail.com
Fri Jul 16 06:56:31 MSD 2010
Hi Folks,
Should each proxy_cache_path "keys_zone" have a separate path?
For instance, should we have?
proxy_cache_path /home/nginx/run/proxy_cache levels=1:2 inactive=1d
max_size=1m keys_zone=Zone1:10m;
proxy_cache_path /home/nginx/run/proxy_cache levels=1:2 inactive=1d
max_size=5m keys_zone=Zone2:100m;
Or:
proxy_cache_path /home/nginx/run/proxy_cache/zone1 levels=1:2 inactive=1d
max_size=1m keys_zone=Zone1:10m;
proxy_cache_path /home/nginx/run/proxy_cache/zone2 levels=1:2 inactive=1d
max_size=5m keys_zone=Zone2:100m;
Thanks,
-peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20100715/ccbaeb9b/attachment.html>
More information about the nginx
mailing list