From 647e3904d28101d991d80093532f79fd415fe827 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 17 Jan 2024 04:22:34 +0800 Subject: [PATCH] Create enable-php-upstream.conf --- plugins/php/conf/enable-php-upstream.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/php/conf/enable-php-upstream.conf diff --git a/plugins/php/conf/enable-php-upstream.conf b/plugins/php/conf/enable-php-upstream.conf new file mode 100644 index 000000000..880b1bb0b --- /dev/null +++ b/plugins/php/conf/enable-php-upstream.conf @@ -0,0 +1,4 @@ +upstream UP-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