5 lines
100 B
Plaintext

# Defines the upstream for PHP 7.0
upstream php81 {
server unix:/run/php/php8.1-fpm.sock;
}