Proxy-pass /skynet/restore to skyd.
This commit is contained in:
parent
c34a32a3fd
commit
7787903c06
|
@ -117,6 +117,9 @@ location /skynet/restore {
|
|||
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;
|
||||
}
|
||||
|
||||
location /skynet/skyfile {
|
||||
|
|
Reference in New Issue