关于LNMP 环境open_basedir restriction in effect报错问题

关于LNMP 环境open_basedir restriction in effect报错问题


解决方法

nginx

1
fastcgi_param PHP_ADMIN_VALUE "open_basedir=document_root/:/tmp/:/proc/";

修改为

1
fastcgi_param PHP_ADMIN_VALUE "open_basedir=/data/log/walle/:$document_root/:/tmp/:/proc/";

php

打开注视添加你要访问的文件夹路径

1
open_basedir = /data/log/walle/:/tmp/:/proc/

坚持原创技术分享,您的支持将鼓励我继续创作!