fix(typo): skunet => skynet

This commit is contained in:
Karol Wypchło 2020-04-29 18:13:38 +02:00
parent 0925944e86
commit bb0021de3e
1 changed files with 1 additions and 1 deletions

View File

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