This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chuan
/
bourse
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bourse stock
5
Commits
2
Branches
0
Tags
49 MiB
PHP
100%
Tree:
2a3ddb1d5a
bourse
/
public
/
nginx.htaccess
5 lines
94 B
Raw
Blame
History
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}
Reference in new issue