From f847f63e240f9b94ffae9895b21f6da3804afd82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 07:27:58 +0200 Subject: duplicate 8.0 --- 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