2020-04-25 10:13:39 +01:00

4 lines
92 B
Plaintext

# Defines the upstream for PHP 7.3
upstream php73 {
server unix:/run/php/php7.3-fpm.sock;
}