fix /restore endpoint

This commit is contained in:
Karol Wypchlo 2021-11-03 14:50:20 +01:00
parent 7787903c06
commit 040ea5b581
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 1 additions and 2 deletions

View File

@ -114,12 +114,11 @@ location /skynet/registry {
location /skynet/restore {
include /etc/nginx/conf.d/include/cors;
include /etc/nginx/conf.d/include/sia-auth;
client_max_body_size 5M;
proxy_set_header User-Agent: Sia-Agent;
proxy_pass http://sia:9980/skynet/restore;
proxy_pass http://sia:9980;
}
location /skynet/skyfile {