mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-24 16:53:07 -05:00
10 lines
216 B
Text
10 lines
216 B
Text
/var/log/nginx/access.log /var/log/nginx/error.log {
|
|
missingok
|
|
create 600 root root
|
|
sharedscripts
|
|
nodelaycompress
|
|
maxsize 2G
|
|
postrotate
|
|
syslog-ng-ctl reopen >/dev/null
|
|
endscript
|
|
}
|