php8.4/nginx-fpm.conf
Remi Collet d03b7f4dae Initial commit on c10s
Resolves: RHEL-105827
2025-10-23 08:01:35 +02:00

7 lines
136 B
Plaintext

# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server unix:/run/php-fpm/www.sock;
}