Skip to content

Commit 6f5fed7

Browse files
authored
Merge pull request #40 from TaskarCenterAtUW/osm-proxy-nginx
Increase OSM Rails proxy timeout
2 parents 16378f6 + 409d6eb commit 6f5fed7

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)