php/nginx-fpm.conf
2014-09-23 17:55:52 +02:00

7 lines
124 B
Plaintext

# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server 127.0.0.1:9000;
}