36 Star 166 Fork 65

Gitee 极速下载/MasterLab

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gopeak/masterlab/
Clone or Download
nginx.rewrite 124 Bytes
Copy Edit Raw Blame History
sven authored 2020-05-29 01:53 . 解决自动登录问题
location /{
if (!-e $request_filename) {
rewrite ^/((?!upload).*)$ /index.php/$1 last;
break;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/MasterLab.git
git@gitee.com:mirrors/MasterLab.git
mirrors
MasterLab
MasterLab
master

Search