c32844
# PHP-FPM FastCGI server
c32844
# network or unix domain socket configuration
c32844
c32844
upstream php-fpm {
c32844
        server unix:/run/php-fpm/www.sock;
c32844
}