2018/streaming/nginx/conf.d/php-fpm-www-pool.conf

4 lines
67 B
Plaintext

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