Chris

Results 1 comments of Chris

Setting `"ReadTimeout": 3600` resolved the problem on my end. For reference, here is the Nginx configuration I’m using: ``` location / { proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;...