There is a typo in www.conf
file, edit file /etc/php/8.3/fpm/pool.d/www.conf
and replace:
[wwww]
by
[www]
Save the file and restart php:
systemctl restart php8.3-fpm
Edit: I’ve created this pull request.
There is a typo in www.conf
file, edit file /etc/php/8.3/fpm/pool.d/www.conf
and replace:
[wwww]
by
[www]
Save the file and restart php:
systemctl restart php8.3-fpm
Edit: I’ve created this pull request.