Skip to content

Commit

Permalink
Dynamic FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk committed Sep 27, 2022
1 parent 4c3edcb commit ab339db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/php-fpm-pool.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ listen.owner = {{ service_user }}
listen.group = {{ server_user }}
listen.mode = 0660

pm = static
pm = dynamic
pm.max_children = 150
pm.start_servers = 50
pm.min_spare_servers = 25
Expand Down

0 comments on commit ab339db

Please sign in to comment.