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