lnmp1.4-lamp 安装后运行laravel报错
运行后 报这个错误Warning: require(): open_basedir restriction in effect. File(/home/wwwroot/excsky.com/bootstrap/autoload.php) is not within the allowed path(s): (/home/wwwroot/excsky.com/public/:/tmp/:/proc/) in /home/wwwroot/excsky.com/public/index.php on line 22Warning: require(/home/wwwroot/excsky.com/bootstrap/autoload.php): failed to open stream: Operation not permitted in /home/wwwroot/excsky.com/public/index.php on line 22
Fatal error: require(): Failed opening required '/home/wwwroot/excsky.com/public/../bootstrap/autoload.php' (include_path='.:/usr/local/php/lib/php') in /home/wwwroot/excsky.com/public/index.php on line 22
也在php.ini中修改了open_basedir也不管用。 https://lnmp.org/faq/lnmp-vhost-add-howto.html#user.ini 安装laravel 后,要更改 bootstrap/storage/ 的读写权限,还要把 /usr/local/nginx/conf/fastcgi.conf 中 最后一行 fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/" 注释掉
页:
[1]