From f252207863961c2e1431b6d0079fdbdd73b67f7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 12:15:35 +0200 Subject: duplicate php74 => php80 --- 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