This website works better with JavaScript
首页
发现
帮助
登录
joker
/
oneinstack
镜像自地址
https://github.com/oneinstack/oneinstack/
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
6b0d86a434
分支列表
标签列表
checkos_firewall
main
V2.6
V2.5
V2.4
V2.3
V2.2
V2.1
V2.0
oneinstack
/
config
/
thinkphp.conf
thinkphp.conf
102 B
文件历史
原始文件
1
2
3
4
5
6
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}