Skip to content

Commit 5ad5099

Browse files
Set the right path for php-fpm
1 parent b9cc8d6 commit 5ad5099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/supervisord.d/php-fpm.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[program:php-fpm]
2-
command=/usr/sbin/php-fpm --fpm-config /etc/php-fpm.conf
2+
command=/usr/sbin/php-fpm8.2 --fpm-config /etc/php-fpm.conf
33
user=appuser
44
stdout_logfile=/dev/stdout
55
stdout_logfile_maxbytes=0

0 commit comments

Comments
 (0)