精品源码 区块链系统源码 【已测源码】区块链源码交易中心系统plustoken种类新版本农场/牧场游戏 安装搭建说明 亲测环境:Linux+Nginx+PHP5.6+Mysql5.5 修改数据库配置文件:.env和config/database.php 设置运行目录:public Nginx伪静态 location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 后台地