eth.link api

This commit is contained in:
Karol Wypchlo 2021-10-01 16:03:41 +02:00
parent 3578c2fb3e
commit 2dc05fbf59
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ location /ipfs/api {
rewrite /ipfs/(.*) /$1 break;
proxy_set_header Origin "";
proxy_set_header Referer "";
proxy_set_header User-Agent "";
proxy_pass http://ipfs-node:5001;
}