eth.link api
This commit is contained in:
parent
3578c2fb3e
commit
2dc05fbf59
|
@ -104,6 +104,7 @@ location /ipfs/api {
|
||||||
rewrite /ipfs/(.*) /$1 break;
|
rewrite /ipfs/(.*) /$1 break;
|
||||||
proxy_set_header Origin "";
|
proxy_set_header Origin "";
|
||||||
proxy_set_header Referer "";
|
proxy_set_header Referer "";
|
||||||
|
proxy_set_header User-Agent "";
|
||||||
proxy_pass http://ipfs-node:5001;
|
proxy_pass http://ipfs-node:5001;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue