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
18
Commits
2
Branches
0
Tags
49 MiB
Tree:
4c3362382e
bourse
/
public
/
nginx.htaccess
5 lines
94 B
Raw
Normal View
History
init bourse
3 months ago
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}