Merge pull request #499 from NebulousLabs/extend-registry-proxy-timeout

extend registry proxy timeout to 10 minutes
This commit is contained in:
Christopher Schinnerl 2020-10-26 13:10:24 +01:00 committed by GitHub
commit c8e403678a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ server {
include /etc/nginx/conf.d/include/sia-auth;
proxy_set_header User-Agent: Sia-Agent;
proxy_read_timeout 600; // siad should timeout with 404 after 5 minutes
proxy_pass http://siad/skynet/registry;
}