Fix php-fpm version call in supervisord.conf

This commit is contained in:
Bubka 2022-07-25 16:10:15 +02:00
parent 39b9e25435
commit f2904a6b12

View File

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