# conf.d/

# tell php requests to be sent to where php-fpm is listening
upstream php {
	server 127.0.0.1:9000;
}