From 18402a31d54ca8b1ab67abb64eadf80a9e5565f6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 7 Jun 2024 08:18:38 +0000 Subject: automatic import of php --- 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 v1.2.3