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.