slackbuilds_ponce/network/nginx/nginx.logrotate
Max Miorim 92c7ecbb2f network/nginx: Added (http server and reverse proxy)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-14 03:18:19 -05:00

11 lines
158 B
Text

/var/log/nginx/*_log {
rotate 10
notifempty
size=5M
compress
delaycompress
sharedscripts
postrotate
/etc/rc.d/rc.nginx rotate
endscript
}