ansible-role-nginx/files/php-fpm/conf-php

3 lines
68 B
Text

upstream php-handler {
server unix:/var/run/php/php7.0-fpm.sock;
}