diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-23 16:33:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-23 16:33:23 +0000 |
commit | 08a583a35bab055aefaa23f0a2afa244a5103614 (patch) | |
tree | 62746d8dcc1cc889d50d753da1cadfb704df2447 /www/nginx | |
parent | 927725bf354d7481ddcd61817e54ca2d99d01551 (diff) | |
download | pkgsrc-08a583a35bab055aefaa23f0a2afa244a5103614.tar.gz |
Suggest setting up log rotation.
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/MESSAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/nginx/MESSAGE b/www/nginx/MESSAGE new file mode 100644 index 00000000000..44bb31cb468 --- /dev/null +++ b/www/nginx/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2010/01/23 16:33:23 joerg Exp $ + +Consider adding something like following lines to /etc/newsyslog.conf: + +${NGINX_LOGDIR}/access.log 640 7 * * BZ ${NGINX_PIDDIR}/nginx.pid SIGUSR1 +${NGINX_LOGDIR}/error.log 640 7 * * BZ ${NGINX_PIDDIR}/nginx.pid SIGUSR1 + +=========================================================================== |