关于LNMP 环境open_basedir restriction in effect报错问题
      
      
      
        
          
            关于LNMP 环境open_basedir restriction in effect报错问题
解决方法nginx1fastcgi_param PHP_ADMIN_VALUE "open_basedir=document_root/:/tmp/:/proc/";
修改为1fastcgi_para
          ...