This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
joker
/
oneinstack
mirrorاز
https://github.com/oneinstack/oneinstack/
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
شاخه:
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;
}
}