From bb0021de3e9559c88b22db99cc62fa98d2093629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Wed, 29 Apr 2020 18:13:38 +0200 Subject: [PATCH] fix(typo): skunet => skynet --- setup-scripts/skynet-nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/skynet-nginx.conf b/setup-scripts/skynet-nginx.conf index 15195fac..cc326626 100644 --- a/setup-scripts/skynet-nginx.conf +++ b/setup-scripts/skynet-nginx.conf @@ -119,7 +119,7 @@ server { set $skylink $1; proxy_read_timeout 600; - # proxy this call to siad /skunet/skylink/ endpoint (make sure the ip is correct) + # proxy this call to siad /skynet/skylink/ endpoint (make sure the ip is correct) # this alias also adds attachment=true url param to force download the file proxy_pass http://127.0.0.1:9980/skynet/skylink/$skylink?attachment=true&$args; proxy_set_header Access-Control-Allow-Origin: *;