sudo service nginx start
[$root権限 railsapp] に戻ってから
bundle exec unicorn_rails -c config/unicorn.rb -E development -D
unicorn 停止
[test]# ps -aux |grep unicorn
root 12345 0.0 0.0 6873 872 pts/1 S+ 22:43 0:00 grep unicorn
unicorn_rails master -c /var/www/html/test/config/unicorn.rb -E development -D
[test]# kill -9 12345