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

upstream php-fpm {
        server 127.0.0.1:9000;
}