2024-05-28 18:17:34 +00:00

4 lines
92 B
Plaintext

# Defines the upstream for PHP 8.3
upstream php83 {
server unix:/run/php/php8.3-fpm.sock;
}