Fix PHP-FPM command in supervisord
- Change php-fpm8.3 to php-fpm (Alpine uses generic command) - Fixes 502 Bad Gateway error
This commit is contained in:
parent
55a5165d20
commit
d7517442d6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ logfile=/var/log/supervisor/supervisord.log
|
|||
pidfile=/var/run/supervisord.pid
|
||||
|
||||
[program:php-fpm]
|
||||
command=php-fpm8.3 -F
|
||||
command=php-fpm -F
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue