From 9393757c0761f61811b7b38d8422135d437b8be2 Mon Sep 17 00:00:00 2001 From: Ivaylo Novakov Date: Wed, 23 Sep 2020 14:40:20 +0200 Subject: [PATCH] REally remove upload conf --- docker/nginx/conf.d/client.conf | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index b3d84435..918b6b91 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -108,19 +108,6 @@ server { proxy_pass http://siad/skynet/stats; } - # This endpoint is a backward compatilibilty workaround for reporting stats from legacy - # upload siad node for portals that used double-siad setup. If your portal does not need - # to support additional siad node, you can remove it from this config. -; location /statsdown { -; include /etc/nginx/conf.d/include/cors; -; -; proxy_cache skynet; -; proxy_cache_valid any 10m; # cache stats for 10 minutes -; proxy_set_header User-Agent: Sia-Agent; -; proxy_read_timeout 5m; # extend the read timeout -; proxy_pass http://sia-upload:9980/skynet/stats; # serve upload node stats temporarily -; } - location /health-check { include /etc/nginx/conf.d/include/cors;