This website works better with JavaScript
NTab仓库
Home
Explore
Register
Sign In
fjmwkj
/
mtab
mirror of
https://github.com/tsxcw/mtab
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
5f5f064cc8
Branches
Tags
itushan
2.4.3
2.3.1
2.2.0
2.1.0
2.0.5
2.0.1
1.8.1
1.8.9
1.7.3
1.6.5
1.3.9
1.5.3
1.3.6
1.3.5
1.3.2
1.2.9
1.3.1
1.2.4
1.2.0
1.1.0
1.0.9
mtab
/
nginx.rewrite
nginx.rewrite
111 B
History
Raw
1
2
3
4
5
location ~^/ {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}