4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
# Defines the upstream for PHP 8.2
|
|
upstream php82 {
|
|
server unix:/run/php/php8.2-fpm.sock;
|
|
} |