Wenn ein Upload zu gross ist

php.ini
[PHP]
upload_max_filesize=64M
post_max_size=64M
nginx.conf
server {
    client_max_body_size 64M;
}