Mudanças entre as edições de "Translations:Servidor Local Raspberry + Nginx + PhP7/60/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)
# pass PHP scripts to FastCGI server
#
location ~ \.php$ {
include snippets/fastcgi-php.conf;
#
# # With php-fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
}
Tradução# pass PHP scripts to FastCGI server
#
location ~ \.php$ {
include snippets/fastcgi-php.conf;
#
# # With php-fpm (or other unix sockets):
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
# # With php-cgi (or other tcp sockets):
# fastcgi_pass 127.0.0.1:9000;
}

pass PHP scripts to FastCGI server

#
location ~ \.php$ {
    include snippets/fastcgi-php.conf;
#
#   # With php-fpm (or other unix sockets):
    fastcgi_pass unix:/run/php/php7.3-fpm.sock;
#   # With php-cgi (or other tcp sockets):
#   fastcgi_pass 127.0.0.1:9000;
}