php/nginx-fpm.conf

7 lines
136 B
Plaintext
Raw Permalink Normal View History

2020-02-20 19:04:14 +08:00
# PHP-FPM FastCGI server
# network or unix domain socket configuration
upstream php-fpm {
server unix:/run/php-fpm/www.sock;
}