summaryrefslogtreecommitdiffstats
path: root/nginx-fpm.conf
blob: a69df390c34cd38f35763cc0d6076878dcab1367 (plain)
1
2
3
4
5
6
# PHP-FPM FastCGI server
# network or unix domain socket configuration

upstream php-fpm {
        server unix:/run/php-fpm/www.sock;
}