From 29042bfe3c7c48117003c321f53f9de3bf082998 Mon Sep 17 00:00:00 2001 From: Brad Touesnard Date: Wed, 29 May 2024 15:35:37 +0000 Subject: [PATCH] Bug: Duplicate upstreams --- upstreams/php82.conf | 4 ++++ upstreams/php83.conf | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 upstreams/php82.conf delete mode 100644 upstreams/php83.conf diff --git a/upstreams/php82.conf b/upstreams/php82.conf new file mode 100644 index 0000000..674d391 --- /dev/null +++ b/upstreams/php82.conf @@ -0,0 +1,4 @@ +# Defines the upstream for PHP 8.2 +upstream php82 { + server unix:/run/php/php8.2-fpm.sock; +} \ No newline at end of file diff --git a/upstreams/php83.conf b/upstreams/php83.conf deleted file mode 100644 index fd97caf..0000000 --- a/upstreams/php83.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Defines the upstream for PHP 8.3 -upstream php83 { - server unix:/run/php/php8.3-fpm.sock; -} \ No newline at end of file