OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Increase PHP post_max_size from 8M to 16M. #442

Closed thijskh closed 10 months ago

thijskh commented 10 months ago

Manage metadata push to EB can be over 8 MB when you have thousands of entities, so increase it a bit. Cannot be set at runtime for only the push endpoint unfortunately. Do not increase it too much as this would be a DoS risk.

thijskh commented 10 months ago

FPM config is indeed better.