2024-05-29 15:35:37 +00:00

4 lines
92 B
Plaintext

# Defines the upstream for PHP 8.2
upstream php82 {
server unix:/run/php/php8.2-fpm.sock;
}