From 86497337ecc95f6a4ab5abc2f987502fbdb089a9 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 27 Oct 2020 13:36:31 +0100 Subject: [PATCH] fix nginx conf --- docker/nginx/conf.d/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index 7992c82e..a2448ee2 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -200,7 +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_read_timeout 600; # siad should timeout with 404 after 5 minutes proxy_pass http://siad/skynet/registry; }