<HTML>
<HEAD>
<TITLE>Re: nginx and godaddy ssl cert. How to?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12pt'>Hi Folks,<BR>
<BR>
Should each proxy_cache_path &quot;keys_zone&quot; have a separate path?<BR>
<BR>
For instance, should we have?<BR>
<BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:9pt'>proxy_cache_path &nbsp;/home/nginx/run/proxy_cache &nbsp;levels=1:2 &nbsp;inactive=1d &nbsp;max_size=1m &nbsp;keys_zone=Zone1:10m;<BR>
proxy_cache_path &nbsp;/home/nginx/run/proxy_cache &nbsp;levels=1:2 &nbsp;inactive=1d &nbsp;max_size=5m &nbsp;keys_zone=Zone2:100m;<BR>
<BR>
Or:<BR>
<BR>
proxy_cache_path &nbsp;/home/nginx/run/proxy_cache<B><I>/zone1</I></B> &nbsp;levels=1:2 &nbsp;inactive=1d &nbsp;max_size=1m &nbsp;keys_zone=<B>Zone1</B>:10m;<BR>
proxy_cache_path &nbsp;/home/nginx/run/proxy_cache<B><I>/zone2</I></B> &nbsp;levels=1:2 &nbsp;inactive=1d &nbsp;max_size=5m &nbsp;keys_zone=<B>Zone2</B>:100m;<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12pt'><BR>
Thanks,<BR>
<BR>
-peter</SPAN></FONT>
</BODY>
</HTML>