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

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

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;
   }