- 详细介绍
- 相关信息
token虚拟币 农场牧场游戏区块链usdt新版本[多语言+已过D盾清后门] 服务器系统:Linux + Centos7.x + 宝塔
亲测环境:Nginx 1.18.0 + PHP5.6 + Mysql5.5
运行目录:/public
数据库配置文件:/config/database.php
Nginx伪静态设置
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}