5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
# Defines the upstream for PHP 7.0
|
|
upstream php74 {
|
|
server unix:/run/php/php7.4-fpm.sock;
|
|
}
|