Skip to content

Commit

Permalink
PM to static
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Oct 26, 2023
1 parent 125be7c commit db2b1f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions phpfpm/zz-docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ listen.owner = www-data
listen.group = www-data
listen.mode = 0660

pm.max_children = 15
pm.start_servers = 5
pm.min_spare_servers = 2
pm.max_spare_servers = 5
pm = static
pm.max_children = 10
pm.max_requests = 1000

0 comments on commit db2b1f2

Please sign in to comment.