This website requires JavaScript.
Explore
Help
Register
Sign In
gitea
/
webman_duanju
Watch
1
Star
0
Fork
You've already forked webman_duanju
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3679f78e70
webman_duanju
/
public
/
nginx.htaccess
6 lines
110 B
Plaintext
Raw
Blame
History
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}
Reference in New Issue
View Git Blame
Copy Permalink