nginx-proxy-manager/rootfs/etc/logrotate
Zoey e9421dd5f9
add SKIP_IP_RANGES/improve crowdsec docs/dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
2024-02-11 02:49:36 +01:00

11 lines
198 B
Text

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