Skip to content

Commit 409d6eb

Browse files
committed
Increase rails proxy timeout
1 parent 16378f6 commit 409d6eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osm-web/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ server {
8888

8989
proxy_pass http://osm-rails-upstream;
9090

91+
# Some map operations may take a bit longer:
92+
proxy_read_timeout 3m;
93+
9194
proxy_set_header Host $host;
9295
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
9396
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)