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 startretries=0
[program:php-fpm] [program:php-fpm]
command=/usr/sbin/php-fpm7 -F command=/usr/sbin/php-fpm8 -F
[program:nginx] [program:nginx]
command=/usr/sbin/nginx -g 'daemon off;' command=/usr/sbin/nginx -g 'daemon off;'