mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
|
/var/log/nginx/*log {
|
||
|
missingok
|
||
|
create 640 http log
|
||
|
sharedscripts
|
||
|
compress
|
||
|
postrotate
|
||
|
test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid`
|
||
|
endscript
|
||
|
}
|