最近在学习PHP,开发环境ubuntu +php7.0+phpstrom,折腾了大半天 终于弄好了, 写了一个测试程序测试一下环境,但是用浏览器死活 出不来,报502bad gateway 错误。查了相关资料,发现缺少一个库 php-cgi。
解决办法是安装该库就可以运行了。
sudo apt-get install php-cgi
linux系统下nginx+php-fpm报错:502 Bad Gateway解决方法:http://www.linuxdiyf.com/linux/13927.html