remove siapath

This commit is contained in:
Karol Wypchlo 2021-11-03 17:16:28 +01:00
parent d4b9146ecf
commit 878660c52a
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ location /skynet/registry {
location /skynet/restore { location /skynet/restore {
include /etc/nginx/conf.d/include/cors; include /etc/nginx/conf.d/include/cors;
include /etc/nginx/conf.d/include/sia-auth; include /etc/nginx/conf.d/include/sia-auth;
include /etc/nginx/conf.d/include/generate-siapath;
client_max_body_size 5M; client_max_body_size 5M;
@ -128,7 +127,7 @@ location /skynet/restore {
proxy_set_header User-Agent: Sia-Agent; proxy_set_header User-Agent: Sia-Agent;
# proxy this call to siad endpoint (make sure the ip is correct) # proxy this call to siad endpoint (make sure the ip is correct)
proxy_pass http://sia:9980/skynet/restore/$dir1/$dir2/$dir3$is_args$args; proxy_pass http://sia:9980;
} }
location /skynet/skyfile { location /skynet/skyfile {