slackbuilds_ponce/network/nginx/nginx.logrotate
Mario Preksavec ac1c6aa163
network/nginx: Update nginx.logrotate.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:18:52 +07:00

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
}