This commit is contained in:
Karol Wypchlo 2021-05-11 11:12:44 +02:00
parent 0209ae7f60
commit e95dd0195d
1 changed files with 2 additions and 1 deletions

View File

@ -401,9 +401,10 @@ server {
location /skynet/metadata {
limit_except GET { deny all; }
include /etc/nginx/conf.d/include/cors;
proxy_set_header User-Agent: Sia-Agent;
proxy_pass http://siad;
}