mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
92c7ecbb2f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
158 B
Text
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
|
|
}
|