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