This website works better with JavaScript
首頁
探索
說明
登入
joker
/
oneinstack
镜像来自
https://github.com/oneinstack/oneinstack/
關註
1
讚好
0
複刻
0
Files
問題管理
0
Wiki
分支:
main
分支列表
標籤列表
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;
}
}