KiweeEu / magento2-on-kubernetes

Configuration to deploy Magento 2 in a Kubernetes cluster
https://kiwee.eu/magento-2-on-kubernetes/
MIT License
85 stars 47 forks source link

Which php.ini should we consider for editing MAX upload size #226

Closed Naveen-LinuxAwsguy closed 3 months ago

Naveen-LinuxAwsguy commented 4 months ago

Which php.ini should we consider for editing MAX upload size, as we can see there are two ini files development and production under, I am running env in developer mode

image
macieklewkowicz commented 4 months ago

You should copy one of these files as php.ini and change the values there. See https://hub.docker.com/_/php, section "Configuration"

Naveen-LinuxAwsguy commented 3 months ago

resolved