#i 413 Request Entity Too Large

Solution:

server {  
    ...  
    client_max_body_size 20m;  
    ...  
}