Require auth.

This commit is contained in:
Ivaylo Novakov 2021-11-03 12:51:29 +01:00
parent adff743fde
commit c34a32a3fd
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ 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;
}