Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
twitter と facebook を認証しようとすると、ホスティングでエラーが発生します。認証成功ページでこのエラーが表示されます。
nginx
修正方法は?
エラー ログをチェックして、nginx が 502 エラーをスローする理由を確認するには、次のように追加します。
error_log logs/error.logにnginx.conf。
error_log logs/error.log
nginx.conf
次に、nginx を再起動しtail -f logs/error.log、認証を試みるときにログ ファイルを監視します。
tail -f logs/error.log