mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
ad4431d8e7
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
178 B
Text
12 lines
178 B
Text
/var/log/nginx/*.log {
|
|
su @USER@ @GROUP@
|
|
rotate 10
|
|
notifempty
|
|
size=5M
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
/etc/rc.d/rc.nginx rotate
|
|
endscript
|
|
}
|