Welcome! Log In Create A New Profile

Advanced

Re: nginx and godaddy ssl cert. How to?

Peter Portante
July 15, 2010 11:04PM
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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx and godaddy ssl cert. How to?

Audrey Lee July 15, 2010 05:22PM

Re: nginx and godaddy ssl cert. How to?

mike July 15, 2010 05:28PM

Re: nginx and godaddy ssl cert. How to?

Audrey Lee July 15, 2010 06:50PM

Re: nginx and godaddy ssl cert. How to?

mike July 15, 2010 08:30PM

Re: nginx and godaddy ssl cert. How to?

Alexandr Sergeyev July 15, 2010 09:10PM

Re: nginx and godaddy ssl cert. How to?

mike July 15, 2010 10:32PM

Re: nginx and godaddy ssl cert. How to?

Peter Portante July 15, 2010 11:04PM

Re: nginx and godaddy ssl cert. How to?

Igor Sysoev July 16, 2010 05:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 141
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready