logwatch and nginx logs

Igor Sysoev igor at sysoev.ru
Tue Mar 29 13:33:31 MSD 2011


On Mon, Mar 28, 2011 at 08:19:54PM -0400, alxsss wrote:
> Hello,
> 
> Does anyone know how to configure logwatch to parse nginx logs instead
> of apache ones?

Use default nginx access log file format, compatible with apache one:

    access_log   /path/to/access.log;


-- 
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx mailing list