unicornの操作方法
コマンドについて
unicornの起動
sudo -u git -H bundle exec unicorn_rails -c config/unicorn.rb -E production -D
オプション | 意味 |
---|---|
-c | 設定ファイル |
-E | RAILS_ENV(デフォルトはdevelopment) |
-D | デーモンとして動作 |
-p | ポートを指定する場合 |
--path | ディレクトリ指定 |
unicornの停止
sudo kill -QUIT `cat tmp/pids/unicorn.pid`
unicornの再起動
sudo kill -HUP `cat tmp/pids/unicorn.pid`
Author And Source
この問題について(unicornの操作方法), 我々は、より多くの情報をここで見つけました https://qiita.com/suesan/items/2893364c269faff379e6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .