Skip to content

Commit

Permalink
Set the right path for php-fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Nov 10, 2023
1 parent b9cc8d6 commit 5ad5099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/supervisord.d/php-fpm.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:php-fpm]
command=/usr/sbin/php-fpm --fpm-config /etc/php-fpm.conf
command=/usr/sbin/php-fpm8.2 --fpm-config /etc/php-fpm.conf
user=appuser
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
Expand Down

0 comments on commit 5ad5099

Please sign in to comment.