1 Star 0 Fork 8

wzyxiaowu / system

forked from inis / system 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.rewrite 148 Bytes
一键复制 编辑 原始数据 按行查看 历史
兔子 提交于 2022-11-06 13:03 . v1.9.0
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
PHP
1
https://gitee.com/wzyxiaowu/system.git
git@gitee.com:wzyxiaowu/system.git
wzyxiaowu
system
system
main

搜索帮助