Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update some php.ini settings #52

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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