eth.link api

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

View File

@ -102,6 +102,8 @@ location /ipfs/api {
include /etc/nginx/conf.d/include/cors;
rewrite /ipfs/(.*) /$1 break;
proxy_set_header Origin "";
proxy_set_header Referer "";
proxy_pass http://ipfs-node:5001;
}