65bab1fd30
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/php#967a6d4c478bb51712c696ebbafcb921e19a84a8
7 lines
136 B
Plaintext
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;
|
|
}
|