Skip to content

Commit

Permalink
Bumped the dockerendingapi proxy read timeout (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalazx authored Oct 9, 2019
1 parent 5875a53 commit 292a6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data:
location / {
proxy_pass http://unix:/var/run/docker.sock:/;
proxy_buffering off;
proxy_read_timeout 300s; # 60s by default
}
}
}
---

0 comments on commit 292a6cb

Please sign in to comment.