mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-14 05:09:27 +00:00
10 lines
174 B
Plaintext
10 lines
174 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
|
|
}
|