Was faced an error 413 request entity too large on NGINX while configuration for my application, finally found the solution to fix this issue, you simply need to add client_max_body_size to BOTH the HTTP server block and the HTTPS server block
Continue Reading...