We have an application (Restful api) built using DropWizard. When we try to post with a body with size 906KB, it throws exception "413 Request Entity Too Large" error.
I googled around and see the solution seems to change the http server (ngix, apache) config to increase the allowed limit. Where can I find this config for the DropWizard embedded http server?
Thanks in advance.