Files
homelab-docs/docs/maintenance/logrotate/npm-nginx.conf

18 lines
444 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Nginx Proxy Manager (контейнер 100): логи в /opt/docker/nginx-proxy/data/logs/
# 30 дней или ~512 MB суммарно (5 архивов × ~100 MB), сжатие
# Размещение на CT 100: /etc/logrotate.d/npm-nginx.conf
/opt/docker/nginx-proxy/data/logs/*.log
{
daily
maxage 30
size 100M
rotate 5
compress
delaycompress
missingok
notifempty
copytruncate
sharedscripts
}