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: *;