mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-23 06:50:40 -04:00
drop obsolete nginx logrotate configuration
This commit is contained in:
parent
966100eb9f
commit
62a71c7600
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
/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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue