2018/streaming/nginx/conf.d/php-fpm-www-pool.conf
Vladimir Vitkov 6fb2d1d097 streaming/web
2018-10-26 15:16:01 +03:00

4 lines
67 B
Plaintext

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