Files
nginx-proxy-manager/rootfs/etc/logrotate
2024-02-11 02:49:36 +01:00

12 lines
198 B
Plaintext

/data/nginx/*.log {
daily
rotate 3
missingok
notifempty
compress
sharedscripts
postrotate
nginx -s reload
endscript
}