0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

502 bad gataway解決

Last updated at Posted at 2016-08-01

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?