This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/docker/nginx/logrotate

13 lines
249 B
Plaintext

/usr/local/openresty/nginx/logs/*.log {
hourly
dateext
rotate 3650
missingok
notifempty
nocompress
create 644 root root
sharedscripts
postrotate
/usr/local/openresty/bin/openresty -s reopen
endscript
}