From fb3df601934aba32bc2ad7782d37c02739894617 Mon Sep 17 00:00:00 2001 From: chenc <1458513@qq.com> Date: Tue, 26 Dec 2023 10:55:20 +0800 Subject: [PATCH] Update www.conf fix php83 --- php/php83/etc/php-fpm.d/www.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/php83/etc/php-fpm.d/www.conf b/php/php83/etc/php-fpm.d/www.conf index dca7bab..ef59ad6 100644 --- a/php/php83/etc/php-fpm.d/www.conf +++ b/php/php83/etc/php-fpm.d/www.conf @@ -244,7 +244,7 @@ pm.max_spare_servers = 25 ; anything, but it may not be a good idea to use the .php extension or it ; may conflict with a real PHP file. ; Default Value: not set -pm.status_path = /status_81 +pm.status_path = /status_83 ; The address on which to accept FastCGI status request. This creates a new ; invisible pool that can handle requests independently. This is useful @@ -272,7 +272,7 @@ pm.status_path = /status_81 ; anything, but it may not be a good idea to use the .php extension or it ; may conflict with a real PHP file. ; Default Value: not set -ping.path = /ping_81 +ping.path = /ping_83 ; This directive may be used to customize the response of a ping request. The ; response is formatted as text/plain with a 200 response code.