gatsbyjs / gatsby-docker

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

Added error_log option in nginx configuration file. #29

Closed rroslaniec closed 4 years ago

rroslaniec commented 4 years ago

Hey,

we found that nginx without error_log option is writing logs inside docker and that causes docker increasing size over time.

In this PR we just simply redirects errors to /dev/stderr

cusspvz commented 4 years ago

Thanks for your contribution @rroslaniec