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
Raw Normal View History

2021-09-26 15:19:15 +00:00
/usr/local/openresty/nginx/logs/*.log {
hourly
dateext
rotate 3650
missingok
notifempty
nocompress
2021-09-26 16:06:58 +00:00
create 644 root root
2021-09-26 15:19:15 +00:00
sharedscripts
postrotate
2021-09-26 16:06:58 +00:00
/usr/local/openresty/bin/openresty -s reopen
2021-09-26 15:19:15 +00:00
endscript
}