fix(typo): skunet => skynet
This commit is contained in:
parent
0925944e86
commit
bb0021de3e
|
@ -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: *;
|
||||
|
|
Reference in New Issue