php/nginx-fpm.conf
Remi Collet cdf5b27757 update to 8.1.6
Related: #2070040
2022-05-17 11:05:29 +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;
}