homestead up したけどnginxの404画面が出るのでnginxのログを見ました
homestead upでportを変えろとエラーがでるなど色々あったものの、なんとかhomestead upが成功すると、192.168.10.10にアクセスせよとあります。
ということで、http://192.168.10.10/ にアクセスしました。
nginxで404がでる
nginxから404謎のエラーでわからんマン
nginxのログを見てみることにします。
nginxのログを確認する
vagrantにsshでログインします。
homestead ssh
どうやら/etc/nginx/sites-available/homestead.appというファイルがnginxのhomestead.app設定ファイルみたいです。
sudo vi /etc/nginx/sites-available/homestead.app
略
error_log /var/log/nginx/homestead.app-error.log error;
なるほどです。homesteadのnginxが吐くエラーは、/var/log/nginx/homestead.app-error.log に吐出されるみたいです。
nginxのログをみる
tailコマンドでhomestead.app-error.logを流しっぱなしにしてエラーの原因を調査します。
sudo tail -f /var/log/nginx/homestead.app-error.log
あとは http://192.168.10.10/ にアクセスして見てみれば原因がわかるかもしれません。
Author And Source
この問題について(homestead up したけどnginxの404画面が出るのでnginxのログを見ました), 我々は、より多くの情報をここで見つけました https://qiita.com/pugiemonn/items/44b8bac1fd57688e853b著者帰属:元の著者の情報は、元の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 .