Add client_max_body_size to nginx site
Added the client_max_body_size declaration to the nginx server block to prevent 413 errors when http post body is larger than the default (1m).
Showing
Please register or sign in to comment
Added the client_max_body_size declaration to the nginx server block to prevent 413 errors when http post body is larger than the default (1m).