Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 60 forks source link

update .env for nginx vars #341

Open rbos opened 1 year ago

rbos commented 1 year ago

This should allow you to configure nginx timeouts via .env

joshdentremont commented 1 year ago

Hi @rbos, we discussed this in the tech call today and it looks good. Would you mind adding the default values from buildkit to sample.env?

So instead of the commented out options, it should look like this:

NGINX_FASTCGI_READ_TIMEOUT=60s NGINX_FASTCGI_SEND_TIMEOUT=60s NGINX_FASTCGI_CONNECT_TIMEOUT=60s NGINX_PROXY_READ_TIMEOUT=60s NGINX_PROXY_SEND_TIMEOUT=60s NGINX_SEND_TIMEOUT=60s