You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP containers should be set to allow a maximum File and POST sizes of 512M to allow uploading large files to the server.
To fix this add the following line to any configuration file read by PHP:
upload_max_filesize=512M
post_max_size=512M
Mind of the path where these files are stored! For example the WordPress container for whatever reason moved the PHP configuration to /usr/local/etc/php 🙄
PS: To find the path of the configuration files run php -i in the container
Check if any container is still missing this change
The text was updated successfully, but these errors were encountered:
Check if any container is still missing this change
The text was updated successfully, but these errors were encountered: