Lembre-se Você precisa configurar tanto o nginx quanto o php para permitir o tamanho do upload. Encontre você php.ini e apenas verifique este parâmetro
;This sets the maximum amount of memory in bytes that a script is allowed to allocate
memory_limit = 32M
;The maximum size of an uploaded file.
upload_max_filesize = 2M
;Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize
post_max_size = 3M
E, em seguida, reinicie o php e o nginx. Verifique também o seu log de erros nginx, se houver algo como
denying upload as opening to temp-file for upload failed: /xxx/xxx/xxx
Então é o seu arquivo de permissão