listen directive and verify the socket path to access the PHP-FPM service
.SOCK
php8.3-fpm.sock
SED command
sed -nE 's/^[[:space:]]*listen[[:space:]]*=[[:space:]]*(.*)/listen = \1/p' /etc/php/8.3/fpm/pool.d/www.conf
JavaScriptexpected output

