No Nginx existe se usa index.html como padrão
location / {
index index.html index.php;
}
para servir um arquivo .html pode ser
meu-url-estatico.html
ou
meu-url-estatico/index.html
nesse caso usando uma pasta ele não exibe o .html
No Nginx existe se usa index.html como padrão
location / {
index index.html index.php;
}
para servir um arquivo .html pode ser
meu-url-estatico.html
ou
meu-url-estatico/index.html
nesse caso usando uma pasta ele não exibe o .html