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