Files
nginx-proxy-manager/rootfs/etc/logrotate
renovate[bot] 9e39ddb26b dep updates/close #674 and parts of #673
Signed-off-by: Zoey <zoey@z0ey.de>
2024-03-03 20:02:44 +01:00

12 lines
245 B
Plaintext

/data/nginx/*.log {
daily
rotate 3
missingok
notifempty
compress
sharedscripts
postrotate
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload fi
endscript
}