Reaja a atualização 404 Erro
#paste this in nginx conf file
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.html break;
}
}
Tender Tiger
#paste this in nginx conf file
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.html break;
}
}