http下添加 http { client_max_body_size 50m; } server下添加 server { client_max_body_size 50m; } location下添加 location /app { client_max_body_size 50m; }