nginx
log rotate するときは nginx にログファイルが変わったことを伝える必要がある
2通りある
nginx を再起動する
sudo systemctl restart nginx
一瞬ダウンタイムが生じる
シグナルを送信する
nginx -s reopen
ダウンタイムなし