mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-24 08:43:11 -05:00
10 lines
178 B
Text
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
|
|
}
|