blob: da8ba4732141f157df2cafc6ae66025f3a27bcda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/var/log/nginx/*log {
missingok
notifempty
create 640 http root
daily
rotate 14
sharedscripts
compress
postrotate
test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
endscript
}
|