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