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