宝塔lnmp环境 添加站点后提示 No input file specified. 解决方法: 修改 /www/server/nginx/conf/fastcgi.conf 文件 添加代码: fastcgi_param PHP_ADMIN_VALUE “open_basedir=/www/wwwroot/:/tmp/:/var/tmp:/proc/”; 相关文章: 2021-05-16 2021-07-01 2021-10-07 2021-05-24 2021-05-25 2021-04-10 2021-12-02 2021-07-28