This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
Server
/
education
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
b1a32a2e2b
Branche
Tagy
master
education
/
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;
}
}