|
币圈系统源码学习版+完美K线+接口全部正常+全新首发区块链源码+附详细搭建教程
安装搭建说明
服务器系统:Linux+宝塔
亲测环境:Nginx1.16.1+PHP5.6+Mysql5.5+Redis 6.0.5
数据库配置文件:/application/database.php
NGINX 伪静态配置
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
浏览器打开,打开后不要关闭页面,可以挂在服务器(服务器中建议安装 谷歌 搜狗 360 等浏览器防止无效)
域名/addorder.html
域名/coller.html
域名/getkline.html
|
|