mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 07:43:01 +01:00
9 lines
170 B
Text
9 lines
170 B
Text
/var/log/nginx/*log {
|
|
missingok
|
|
create 640 http log
|
|
sharedscripts
|
|
compress
|
|
postrotate
|
|
test ! -r /run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
|
|
endscript
|
|
}
|