LoginSignup
0
0

More than 5 years have passed since last update.

AWSでインスタンス再起動したら、サーバーにアクセスできなかった話

Posted at

エラー内容

インスタンス再起動後に、サーバーを立ち上げ、アクセスしてもアクセスできませんと言われる。

原因

nginxが動いてなかった。

対処

⓵$ sudo service nginx restart
②$ sudo service mysqld start
⓷ 再デプロイ

注意

⓵reloadというコマンドは起動指定ないと動かない。
②インスタンス再起動後は、とりあえず、mysql、nginx、unicornをたちあげてみる。

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