mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
/var/log/nginx/*log {
|
|
missingok
|
|
notifempty
|
|
create 640 http log
|
|
sharedscripts
|
|
compress
|
|
postrotate
|
|
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
|
|
endscript
|
|
daily
|
|
rotate 10
|
|
maxage 10
|
|
delaycompress
|
|
}
|