php/SOURCES/nginx-fpm.conf
2022-05-10 07:11:54 +00: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;
}