From 2a64b33cc9f1096033d9badf978632bf06891d4c Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 27 Jul 2020 17:34:30 +0200 Subject: [PATCH] ?skynet stats --- 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 f534b08d..e473c2e3 100644 --- a/docker/nginx/conf.d/client.conf +++ b/docker/nginx/conf.d/client.conf @@ -67,7 +67,7 @@ server { proxy_pass http://siad-download/skynet/portals; } - location /stats { + location ~ "(/skynet)?/stats" { include /etc/nginx/conf.d/include/cors; proxy_cache skynet;