mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
12 lines
158 B
Text
12 lines
158 B
Text
|
/var/log/nginx/*_log {
|
||
|
rotate 10
|
||
|
notifempty
|
||
|
size=5M
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.nginx rotate
|
||
|
endscript
|
||
|
}
|