Customizing nginx request size limit in docker image
-
Hello,
Using Docker, I was wondering what the easiest way is to customize the nginx
client_max_body_size SIZE;
config, to allow for bigger requests when using the docker image.I assume I might have to use a COPY command or something to overwrite the nginx configuration inside of the docker image but I figured I would run it by you to see if I can do something easier.
Thanks,
Mike
-
There is no nginx inside official jsreport docker images.
Please elaborate more.
-
I am using Amazon Elastic Beanstalk to host the jsreport docker image. I didn't realize Elastic Beanstalk itself was using nginx, so I will resolve it by looking at the Amazon documentation.
Thanks for pointing me in the right direction!