mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-24 00:33:09 -05:00
17 lines
297 B
Text
17 lines
297 B
Text
/var/log/nginx/access.log {
|
|
missingok
|
|
maxsize 1G
|
|
nodelaycompress
|
|
postrotate
|
|
syslog-ng-ctl reopen >/dev/null
|
|
endscript
|
|
}
|
|
|
|
/var/log/nginx/error.log {
|
|
missingok
|
|
maxsize 64M
|
|
nodelaycompress
|
|
postrotate
|
|
syslog-ng-ctl reopen >/dev/null
|
|
endscript
|
|
}
|