summaryrefslogtreecommitdiffstats
path: root/nginx-fpm.conf
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-23 15:31:00 +0200
committerRemi Collet <remi@php.net>2024-09-23 15:31:00 +0200
commit740a14090dec83951484a2705d7ffc7555ebb768 (patch)
tree7768a1c01872b781aaa4d530dd0cac8fe3bd7e3d /nginx-fpm.conf
parent16b62b61c0de11f9b89c4805a9b37e9bbc2ec12f (diff)
update to 8.4.0beta5
drop oci8, pdo_oci8, pspell and imap extensions disable ZTS build
Diffstat (limited to 'nginx-fpm.conf')
-rw-r--r--nginx-fpm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx-fpm.conf b/nginx-fpm.conf
index 5b5f9be..a69df39 100644
--- a/nginx-fpm.conf
+++ b/nginx-fpm.conf
@@ -2,5 +2,5 @@
# network or unix domain socket configuration
upstream php-fpm {
- server 127.0.0.1:9000;
+ server unix:/run/php-fpm/www.sock;
}