add user-agent override

This commit is contained in:
Karol Wypchlo 2022-02-16 14:25:42 +01:00
parent f8f39ea936
commit ce7c2cdc13
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 0 deletions

View File

@ -381,6 +381,7 @@ location /skynet/trustless/basesector {
limit_rate_after 512k;
limit_rate $limit_rate;
proxy_set_header User-Agent: Sia-Agent;
proxy_pass http://sia:9980;
}