mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-25 11:52:47 +00:00
13 lines
225 B
Text
13 lines
225 B
Text
![]() |
/var/log/nginx/*log {
|
||
|
daily
|
||
|
rotate 10
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
[ ! -f /var/run/nginx/nginx.pid ] || kill -USR1 `cat /var/run/nginx/nginx.pid`
|
||
|
endscript
|
||
|
}
|
||
|
|