Skip to content

Commit

Permalink
proxy: increase further proxy_read_timeout as more testing found out …
Browse files Browse the repository at this point in the history
…sometime 4 min was not enough

Have to increase it here since this is an Ouranos prod environment
specific problem therefore not appropriate to increase in the generic
birdhouse-deploy repo.
  • Loading branch information
tlvu committed Feb 8, 2021
1 parent 4cfb683 commit 8a7560c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ouranos-config/docker-compose-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
volumes:
- ../../birdhouse-deploy-ouranos/ouranos-config/raven/wps.cfg:/wps.cfg:ro

# proxy:
# volumes:
# - ../../birdhouse-deploy-ouranos/ouranos-config/proxy/public-raven-bypass-twitcher.conf:/etc/nginx/conf.extra-service.d/raven/public-raven-bypass-twitcher.conf
proxy:
volumes:
# - ../../birdhouse-deploy-ouranos/ouranos-config/proxy/public-raven-bypass-twitcher.conf:/etc/nginx/conf.extra-service.d/raven/public-raven-bypass-twitcher.conf:ro
- ../../birdhouse-deploy-ouranos/ouranos-config/proxy/increase-proxy_read_timeout.conf:/etc/nginx/conf.extra.d/proxy/increase-proxy_read_timeout.conf:ro
1 change: 1 addition & 0 deletions ouranos-config/proxy/increase-proxy_read_timeout.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
proxy_read_timeout 360s; # default 60s

0 comments on commit 8a7560c

Please sign in to comment.