PKGBUILDs/extra/nginx/logrotate
2023-09-16 14:22:34 +00:00

11 lines
179 B
Plaintext

/var/log/nginx/*log {
missingok
notifempty
create 640 http root
sharedscripts
compress
postrotate
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}