From dc47164e453da9c3b44560de90767255fbafd830 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 11 May 2021 11:26:19 +0200 Subject: [PATCH] dont block on nginx level --- docker/nginx/conf.d/client.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nginx/conf.d/client.conf b/docker/nginx/conf.d/client.conf index d1664254..0a2c4f26 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -400,8 +400,6 @@ server { } location /skynet/metadata { - limit_except GET PATCH { deny all; } - include /etc/nginx/conf.d/include/cors; proxy_set_header User-Agent: Sia-Agent;