eth.link api
This commit is contained in:
parent
858300af7c
commit
3578c2fb3e
|
@ -102,6 +102,8 @@ location /ipfs/api {
|
||||||
include /etc/nginx/conf.d/include/cors;
|
include /etc/nginx/conf.d/include/cors;
|
||||||
|
|
||||||
rewrite /ipfs/(.*) /$1 break;
|
rewrite /ipfs/(.*) /$1 break;
|
||||||
|
proxy_set_header Origin "";
|
||||||
|
proxy_set_header Referer "";
|
||||||
proxy_pass http://ipfs-node:5001;
|
proxy_pass http://ipfs-node:5001;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue