From 591852f6726a39643a45cefeb805f831686457eb Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 30 Mar 2024 11:36:50 +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..a69df39 --- /dev/null +++ b/nginx-fpm.conf @@ -0,0 +1,6 @@ +# PHP-FPM FastCGI server +# network or unix domain socket configuration + +upstream php-fpm { + server unix:/run/php-fpm/www.sock; +} -- cgit v1.2.3