LNMP安装Laravel
2019-02-12 本文已影响1人
fourn熊能
FastCGI sent in stderr: "PHP message: PHP Warning: require(): open_basedir restriction in effect.
编辑nginx配置文件:fastcgi.conf
注释
#fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";
重启
lnmplnmp restart