graphite-project / docker-graphite-statsd

Official Docker image for Graphite
MIT License
473 stars 172 forks source link

[Q] nginx timeout #225

Open ebryerwork opened 9 months ago

ebryerwork commented 9 months ago

Is there a way to modify the nginx timeout?

deniszh commented 9 months ago

We're exposing "/etc/nginx" as volume, you can mount it and put changed config there (please note that you should put it's content to your volume in advance). Or you can edit config, rubuild docker image and use it instead. Or changing timeout from env variable can be implemented in the start script and merged to our repo.