源码介绍
演示环境
MySQL 5.6
PHP-7.3.31
PHP-5.6.40
phpMyAdmin 5.2
Redis 7.0.0
网站目录指向根目录
伪静态规则Thinkphp默认:
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
最好使用SSL证书
数据库配置在根目录index.php
暂无评论内容