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

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

With php-fpm (or other unix sockets):

    fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
    # With php-cgi (or other tcp sockets):
#    fastcgi_pass 127.0.0.1:9000;
    }