This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
Server
/
baokan
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
a64a2a9e9f
Branche
Tagy
jun
liuxiangxin
master
baokan
/
public
/
nginx.htaccess
nginx.htaccess
80 B
História
Raw
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}