blob: 0243e2e1f932e5033ae13828bdfa9d6a5ec8012e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/var/log/freenginx/*log {
missingok
notifempty
create 640 http root
sharedscripts
compress
postrotate
[[ -f /run/freenginx.pid ]] && kill -USR1 $(< /run/freenginx.pid)
endscript
}
|