atom feed2 messages in ru.sysoev.nginxRe: How to load nginx config dynamicl...
FromSent OnAttachments
JWDOct 9, 2010 6:49 pm 
SplitIceOct 9, 2010 7:23 pm 
Subject:Re: How to load nginx config dynamiclly like apache .htaccess?
From:SplitIce (mat@gmail.com)
Date:Oct 9, 2010 7:23:28 pm
List:ru.sysoev.nginx

Yo u cant it requires a stat, just use the main nginx config, if you realy need .htaccess use "include" and include the file in the zone (not dynamic). Id recomend just using 1 config file per site, something like /etc/nginx/sites/domain.com.conf

On Sun, Oct 10, 2010 at 12:49 PM, JWD <j-@tom.com> wrote:

How to load nginx config dynamiclly like apache .htaccess? Many people talk about it, but I still can't find a way to make it work.

Anather question: If I "mv access.log access.log.old", will access record be logged in cache or dropped befor I create a new access.log? If logged in cache, how many access record can be logged in cache? After cache is full, will access record be dropped?