After deploying the app on beanstack I am getting the 413 Entity too large Exception. I know the reason of this Exception but I don't know where can I need to configure this client request body max size in ktor project or Beanstack.
I tried to increase the size on client request body and added the custom configuration in the .platform/nginx/conf.d/myConfig.conf
and .ebextensions/nginx/conf.d/proxy.conf
files but didn’t get any luck.
Note: It is working fine in local but getting this issue after deploying...