$ sudo service nginx restart
$ sudo systemctl restart postgresql
$ ps -ef | grep unicorn | grep -v grep
$ bundle exec unicorn_rails -c /var/www/rails/Portfolio/config/unicorn.conf.rb -D -E production
データベースを再起動する必要があるのは忘れがち。
たとえsudo systemctl status postgresql
で動いていても、データベースの再起動はするべき。