From 105138528f1d7e37f3c5f5606c67a72fcabdc3fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Aug 2018 09:12:32 +0200 Subject: duplicate php72 tree --- nginx-fpm.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nginx-fpm.conf (limited to 'nginx-fpm.conf') diff --git a/nginx-fpm.conf b/nginx-fpm.conf new file mode 100644 index 0000000..5b5f9be --- /dev/null +++ b/nginx-fpm.conf @@ -0,0 +1,6 @@ +# PHP-FPM FastCGI server +# network or unix domain socket configuration + +upstream php-fpm { + server 127.0.0.1:9000; +} -- cgit