gatsbyjs / gatsby-docker

Docker image that builds and hosts a Gatsby site
MIT License
356 stars 88 forks source link

Allow overrides of client_max_body_size #49

Open MattFanto opened 2 years ago

MattFanto commented 2 years ago

client_max_body_size is currently set to 64kb https://github.com/gatsbyjs/gatsby-docker/blob/master/nginx-boot.sh#L67 and there is no way to customize it

A simple env variable would make it easier to customize this configuration