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