U验证采用PHP+MySQL架构,基础框架使用:Uephp,管理后台前端UI使用:Bootstrap
BUG反馈交流群:791336849
已测试:宝塔(linux系统)、小皮面板(win系统)
Apipost文档:https://console-docs.apipost.cn/preview/f8bda75f4db4550a/a493edfd467f59f8
location ~* (Ue|app|config)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}