Translations:Servidor Local Raspberry + Nginx + PhP7/51/pt-br

De Wiki Coolab
Ir para navegação Ir para pesquisar

No bloco que diz location ~ \ escreva as seguintes linhas:

location / {
                # First attempt to serve request as file, then
                # as directory, then fall back to displaying a 404.
                try_files $uri $uri/ =404;
                autoindex on;
                autoindex_exact_size off;
        }