Mudanças entre as edições de "Translations:Servidor Local Raspberry + Nginx + PhP7/59/pt-br"

De Wiki Coolab
Ir para navegação Ir para pesquisar
(Importando uma nova versão a partir de fonte externa)
 
(Sem diferença)

Edição atual tal como às 10h58min de 12 de janeiro de 2021

Informações sobre a mensagem (contribua)
Esta mensagem ainda não foi documentada. Caso você saiba onde ou como ela é utilizada, poderá ajudar outros tradutores adicionando informações sobre esta mensagem.
Definição da mensagem (Servidor Local Raspberry + Nginx + PhP7)
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;
}
Traduçãolocation / {
# 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;
}

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