Cześć, to moja konfiguracja php.ini w docker
date.timezone = Europe/Warsaw
xdebug.max_nesting_level=500
short_open_tag = off
memory_limit="-1"
upload_max_filesize = 2048M
post_max_size= 2048M
client_max_body_size 0
max_file_uploads = 200
client_max_body_size = 10G
client_body_buffer_size = 400M
; Error reporting optimized for production (http://www.phptherightway.com/#error_reporting)
display_errors = Off
display_startup_errors = Off
error_reporting = E_ALL
log_errors = On
error_log = /var/log/php-app/error.log
; Opcache settings (best on https://www.scalingphpbook.com/best-zend-opcache-settings-tuning-config/)
opcache.revalidate_freq = 0
opcache.max_accelerated_files = 7963
opcache.memory_consumption = 96
opcache.interned_strings_buffer = 16
opcache.fast_shutdown = 1
; Extensions
#extension=imagick.so
#extension = apcu.so
max_execution_time=300
próbuję przesyłać większe pliki (filmy) ale cały czas mam 413 Request Entity Too Large