Skip to content

Commit

Permalink
Merge pull request #52 from Chia-Network/update-php-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Oct 26, 2023
2 parents d3e701f + db2b1f2 commit 9511ffb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions phpfpm/php.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[PHP]
post_max_size = 100M
upload_max_filesize = 100M
short_open_tag = Off
expose_php = Off
memory_limit = 256M
max_input_vars = 5000
variables_order = EGPCS
display_errors = Off
log_errors = On
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 9511ffb

Please sign in to comment.