11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
/var/log/freenginx/*log {
|
|
missingok
|
|
notifempty
|
|
create 640 http log
|
|
sharedscripts
|
|
compress
|
|
postrotate
|
|
test ! -r /run/freenginx.pid || kill -USR1 `cat /run/freenginx.pid`
|
|
endscript
|
|
}
|