From a191548a83fc0236547f836b44361ae7dede1b90 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 19 Jan 2024 22:06:48 +0800 Subject: [PATCH] Update enable-php-upstream.conf --- plugins/php/conf/enable-php-upstream.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/conf/enable-php-upstream.conf b/plugins/php/conf/enable-php-upstream.conf index 22b30badf..80d75206c 100644 --- a/plugins/php/conf/enable-php-upstream.conf +++ b/plugins/php/conf/enable-php-upstream.conf @@ -1,4 +1,4 @@ -upstream UPSTREAM-PHP{$PHP_VERSION} { +upstream MW-UPSTREAM-PHP{$PHP_VERSION} { server unix:/tmp/php-cgi-{$PHP_VERSION}.sock; server unix:/tmp/php-cgi-{$PHP_VERSION}.backup.sock; } \ No newline at end of file