diff options
author | joerg <joerg> | 2010-01-23 16:33:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-23 16:33:23 +0000 |
commit | 801d04a170ce8b2c8a2bd79a5fa79fae04226c47 (patch) | |
tree | 62746d8dcc1cc889d50d753da1cadfb704df2447 /www | |
parent | 42eea367c702755668f2d0105d26e63a6c27bfbb (diff) | |
download | pkgsrc-801d04a170ce8b2c8a2bd79a5fa79fae04226c47.tar.gz |
Suggest setting up log rotation.
Diffstat (limited to 'www')
-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 + +=========================================================================== |