Require auth.
This commit is contained in:
parent
adff743fde
commit
c34a32a3fd
|
@ -114,6 +114,7 @@ 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;
|
||||||
|
|
||||||
client_max_body_size 5M;
|
client_max_body_size 5M;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue