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