Bug: Duplicate upstreams

This commit is contained in:
Brad Touesnard 2024-05-29 15:35:37 +00:00
parent b02af24655
commit 29042bfe3c
2 changed files with 4 additions and 4 deletions

4
upstreams/php82.conf Normal file
View File

@ -0,0 +1,4 @@
# Defines the upstream for PHP 8.2
upstream php82 {
server unix:/run/php/php8.2-fpm.sock;
}

View File

@ -1,4 +0,0 @@
# Defines the upstream for PHP 8.3
upstream php83 {
server unix:/run/php/php8.3-fpm.sock;
}