This website requires JavaScript.
Explore
Help
Register
Sign In
weiz
/
suyuan
Watch
1
Star
0
Fork
You've already forked suyuan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
799331bf5f
Branches
Tags
No results found.
suyuan
/
public
/
nginx.htaccess
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
更新
2023-11-22 18:10:32 +08:00
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php?s=$1 last;
break;
update
2023-11-21 13:31:53 +08:00
}