mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-22 16:00:25 -05:00
This avoids ending up with the glob path in the logrotate state file when nothing matches the glob pattern.
10 lines
209 B
Text
10 lines
209 B
Text
/var/log/nginx/access.log /var/log/nginx/error.log {
|
|
missingok
|
|
create 600 root root
|
|
sharedscripts
|
|
compress
|
|
maxsize 2G
|
|
postrotate
|
|
syslog-ng-ctl reopen >/dev/null
|
|
endscript
|
|
}
|