Skip to content

Commit

Permalink
add priority to fpm 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Aug 14, 2023
1 parent a64f6c8 commit 2002e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stdout_logfile_maxbytes=0
[program:php-fpm]
process_name=%(program_name)s_%(process_num)02d
command=/usr/local/sbin/php-fpm --nodaemonize
priority=1
autostart=true
autorestart=true
startretries=5
Expand Down

0 comments on commit 2002e7e

Please sign in to comment.