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

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

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