Files
zira-etc/nginx/conf.d/php-fpm.conf
2021-05-24 22:18:33 +03: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;
}