This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cmy
/
distribution
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
2859c1964a
Branches
Tags
dev-cmn
dev-jcq
dev-ly
master
test-jw
distribution
/
nginx.htaccess
nginx.htaccess
90 B
Histórico
Raw
1
2
3
4
5
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php$1 last; break;
}
}