graphene-os-server-infrastr.../etc/logrotate.d/nginx
2025-11-03 00:33:30 -05:00

10 lines
178 B
Text

/var/log/nginx/*log {
missingok
create 600 root root
sharedscripts
compress
maxsize 2G
postrotate
syslog-ng-ctl reopen >/dev/null
endscript
}