随笔分类 - 服务器 / 宝塔
摘要:选择允许跨域的网站,选择设置,注意不要直接去修改Nginx配置。无效 增加允许跨域访问配置。 add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers Origin,Accept,Authori
阅读全文
摘要:是由于simple-websocket 库版本不匹配导致,您到服务器终端执行此命令再尝试之前的操作看是否正常, 解决办法:执行以下命令 btpip install simple-websocket==0.10.0 && bt 1 参考文章: https://www.bt.cn/bbs/forum.p
阅读全文
摘要:yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
阅读全文
Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/svnrepos/thinkphp/base.php
摘要:Warning: require(): open_basedir restriction in effect. File(/www/wwwroot/svnrepos/thinkphp/base.php) is not within the allowed path(s): (/www/wwwroot
阅读全文