Update supervisord.conf to php-fpm 8.3

This commit is contained in:
Bubka 2025-03-27 22:44:06 +01:00
parent b676f1d093
commit 3578b04871

View File

@ -12,7 +12,7 @@ autorestart=false
startretries=0
[program:php-fpm]
command=/usr/sbin/php-fpm82 -F
command=/usr/sbin/php-fpm83 -F
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'